|
17 | 17 | -->
|
18 | 18 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
19 | 19 | xmlns:androidprv="http://schemas.android.com/apk/prv/res/android"
|
20 |
| - package="com.cyanogenmod.setupwizard" |
| 20 | + package="org.lineageos.setupwizard" |
21 | 21 | android:versionCode="5"
|
22 | 22 | android:sharedUserId="android.uid.system">
|
23 | 23 |
|
|
41 | 41 | <uses-permission android:name="android.permission.EXPAND_STATUS_BAR" />
|
42 | 42 | <uses-permission android:name="lineageos.permission.HARDWARE_ABSTRACTION_ACCESS" />
|
43 | 43 | <uses-permission android:name="android.permission.BACKUP" />
|
44 |
| - <uses-permission android:name="cyanogenmod.permission.FINISH_SETUP" /> |
| 44 | + <uses-permission android:name="lineageos.permission.FINISH_SETUP" /> |
45 | 45 | <uses-permission android:name="lineageos.permission.WRITE_SETTINGS" />
|
46 | 46 | <uses-permission android:name="lineageos.permission.WRITE_SECURE_SETTINGS" />
|
47 | 47 |
|
48 | 48 | <permission
|
49 |
| - android:name="cyanogenmod.permission.FINISH_SETUP" |
| 49 | + android:name="lineageos.permission.FINISH_SETUP" |
50 | 50 | android:protectionLevel="signatureOrSystem" />
|
51 | 51 |
|
52 |
| - <protected-broadcast android:name="com.cyanogenmod.setupwizard.SETUP_FINISHED" |
53 |
| - android:permission="cyanogenmod.permission.FINISH_SETUP"/> |
| 52 | + <protected-broadcast android:name="org.lineageos.setupwizard.SETUP_FINISHED" |
| 53 | + android:permission="lineageos.permission.FINISH_SETUP"/> |
54 | 54 |
|
55 | 55 | <application android:label="@string/app_name"
|
56 | 56 | android:icon="@mipmap/ic_launcher"
|
|
99 | 99 | android:immersive="true"
|
100 | 100 | android:windowSoftInputMode="stateAlwaysHidden">
|
101 | 101 | <intent-filter>
|
102 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> |
| 102 | + <action android:name="org.lineageos.setupwizard.LINEAGE_BLUETOOTH_SETUP" /> |
103 | 103 | <category android:name="android.intent.category.DEFAULT" />
|
104 | 104 | </intent-filter>
|
105 | 105 | </activity>
|
|
111 | 111 | android:immersive="true"
|
112 | 112 | android:windowSoftInputMode="stateAlwaysHidden">
|
113 | 113 | <intent-filter>
|
114 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WELCOME" /> |
| 114 | + <action android:name="org.lineageos.setupwizard.LINEAGE_WELCOME" /> |
115 | 115 | <category android:name="android.intent.category.DEFAULT" />
|
116 | 116 | </intent-filter>
|
117 | 117 | </activity>
|
|
123 | 123 | android:immersive="true"
|
124 | 124 | android:windowSoftInputMode="stateAlwaysHidden">
|
125 | 125 | <intent-filter>
|
126 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCALE" /> |
| 126 | + <action android:name="org.lineageos.setupwizard.LINEAGE_LOCALE" /> |
127 | 127 | <category android:name="android.intent.category.DEFAULT" />
|
128 | 128 | </intent-filter>
|
129 | 129 | </activity>
|
|
135 | 135 | android:immersive="true"
|
136 | 136 | android:windowSoftInputMode="stateAlwaysHidden">
|
137 | 137 | <intent-filter>
|
138 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_DATETIME" /> |
| 138 | + <action android:name="org.lineageos.setupwizard.LINEAGE_DATETIME" /> |
139 | 139 | <category android:name="android.intent.category.DEFAULT" />
|
140 | 140 | </intent-filter>
|
141 | 141 | </activity>
|
|
148 | 148 | android:exported="false"
|
149 | 149 | android:windowSoftInputMode="stateAlwaysHidden">
|
150 | 150 | <intent-filter>
|
151 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_WIFI_SETUP" /> |
| 151 | + <action android:name="org.lineageos.setupwizard.LINEAGE_WIFI_SETUP" /> |
152 | 152 | <category android:name="android.intent.category.DEFAULT" />
|
153 | 153 | </intent-filter>
|
154 | 154 | </activity>
|
|
161 | 161 | android:exported="false"
|
162 | 162 | android:windowSoftInputMode="stateAlwaysHidden">
|
163 | 163 | <intent-filter>
|
164 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> |
| 164 | + <action android:name="org.lineageos.setupwizard.LINEAGE_CAPTIVE_PORTAL_SETUP" /> |
165 | 165 | <category android:name="android.intent.category.DEFAULT" />
|
166 | 166 | </intent-filter>
|
167 | 167 | </activity>
|
|
174 | 174 | android:exported="false"
|
175 | 175 | android:windowSoftInputMode="stateAlwaysHidden">
|
176 | 176 | <intent-filter>
|
177 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SIM_MISSING" /> |
| 177 | + <action android:name="org.lineageos.setupwizard.LINEAGE_SIM_MISSING" /> |
178 | 178 | <category android:name="android.intent.category.DEFAULT" />
|
179 | 179 | </intent-filter>
|
180 | 180 | </activity>
|
|
187 | 187 | android:exported="false"
|
188 | 188 | android:windowSoftInputMode="stateAlwaysHidden">
|
189 | 189 | <intent-filter>
|
190 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> |
| 190 | + <action android:name="org.lineageos.setupwizard.LINEAGE_CHOOSE_DATA_SIM" /> |
191 | 191 | <category android:name="android.intent.category.DEFAULT" />
|
192 | 192 | </intent-filter>
|
193 | 193 | </activity>
|
|
200 | 200 | android:exported="false"
|
201 | 201 | android:windowSoftInputMode="stateAlwaysHidden">
|
202 | 202 | <intent-filter>
|
203 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> |
| 203 | + <action android:name="org.lineageos.setupwizard.LINEAGE_ENABLE_MOBILE_DATA" /> |
204 | 204 | <category android:name="android.intent.category.DEFAULT" />
|
205 | 205 | </intent-filter>
|
206 | 206 | </activity>
|
|
213 | 213 | android:exported="false"
|
214 | 214 | android:windowSoftInputMode="stateAlwaysHidden">
|
215 | 215 | <intent-filter>
|
216 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCATION_SETTINGS" /> |
| 216 | + <action android:name="org.lineageos.setupwizard.LINEAGE_LOCATION_SETTINGS" /> |
217 | 217 | <category android:name="android.intent.category.DEFAULT" />
|
218 | 218 | </intent-filter>
|
219 | 219 | </activity>
|
|
225 | 225 | android:immersive="true"
|
226 | 226 | android:windowSoftInputMode="stateAlwaysHidden">
|
227 | 227 | <intent-filter>
|
228 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETTINGS" /> |
| 228 | + <action android:name="org.lineageos.setupwizard.LINEAGE_SETTINGS" /> |
229 | 229 | <category android:name="android.intent.category.DEFAULT" />
|
230 | 230 | </intent-filter>
|
231 | 231 | </activity>
|
|
238 | 238 | android:exported="false"
|
239 | 239 | android:windowSoftInputMode="stateAlwaysHidden">
|
240 | 240 | <intent-filter>
|
241 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> |
| 241 | + <action android:name="org.lineageos.setupwizard.LINEAGE_FINGERPRINT_SETTINGS" /> |
242 | 242 | <category android:name="android.intent.category.DEFAULT" />
|
243 | 243 | </intent-filter>
|
244 | 244 | </activity>
|
|
251 | 251 | android:exported="false"
|
252 | 252 | android:windowSoftInputMode="stateAlwaysHidden">
|
253 | 253 | <intent-filter>
|
254 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> |
| 254 | + <action android:name="org.lineageos.setupwizard.LINEAGE_LOCKSCREEN_SETTINGS" /> |
255 | 255 | <category android:name="android.intent.category.DEFAULT" />
|
256 | 256 | </intent-filter>
|
257 | 257 | </activity>
|
|
263 | 263 | android:immersive="true"
|
264 | 264 | android:windowSoftInputMode="stateAlwaysHidden">
|
265 | 265 | <intent-filter>
|
266 |
| - <action android:name="com.cyanogenmod.setupwizard.LINEAGE_SETUP_COMPLETE" /> |
| 266 | + <action android:name="org.lineageos.setupwizard.LINEAGE_SETUP_COMPLETE" /> |
267 | 267 | <category android:name="android.intent.category.DEFAULT" />
|
268 | 268 | </intent-filter>
|
269 | 269 | </activity>
|
|
275 | 275 | android:label="@@string/activity_label_empty"
|
276 | 276 | android:theme="@style/NoDisplay">
|
277 | 277 | <intent-filter>
|
278 |
| - <action android:name="com.cyanogenmod.setupwizard.EXIT"/> |
| 278 | + <action android:name="org.lineageos.setupwizard.EXIT"/> |
279 | 279 | <category android:name="android.intent.category.DEFAULT"/>
|
280 | 280 | </intent-filter>
|
281 | 281 | </activity>
|
|
0 commit comments