|
29 | 29 |
|
30 | 30 | <activity |
31 | 31 | android:name=".activities.SplashActivity" |
| 32 | + android:exported="true" |
32 | 33 | android:theme="@style/SplashTheme"> |
33 | 34 | <intent-filter> |
34 | 35 | <action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES" /> |
|
41 | 42 |
|
42 | 43 | <activity |
43 | 44 | android:name=".activities.WidgetTorchConfigureActivity" |
| 45 | + android:exported="true" |
44 | 46 | android:screenOrientation="portrait" |
45 | 47 | android:theme="@style/MyWidgetConfigTheme"> |
46 | 48 | <intent-filter> |
|
50 | 52 |
|
51 | 53 | <activity |
52 | 54 | android:name=".activities.WidgetBrightDisplayConfigureActivity" |
| 55 | + android:exported="true" |
53 | 56 | android:screenOrientation="portrait" |
54 | 57 | android:theme="@style/MyWidgetConfigTheme"> |
55 | 58 | <intent-filter> |
|
59 | 62 |
|
60 | 63 | <activity |
61 | 64 | android:name=".activities.BrightDisplayActivity" |
| 65 | + android:exported="false" |
62 | 66 | android:label="@string/bright_display" |
63 | 67 | android:theme="@style/FullScreenTheme" /> |
64 | 68 |
|
65 | 69 | <activity |
66 | 70 | android:name=".activities.SettingsActivity" |
| 71 | + android:exported="true" |
67 | 72 | android:label="@string/settings" |
68 | | - android:parentActivityName=".activities.MainActivity" /> |
| 73 | + android:parentActivityName=".activities.MainActivity"> |
| 74 | + |
| 75 | + <intent-filter> |
| 76 | + <action android:name="android.intent.action.APPLICATION_PREFERENCES" /> |
| 77 | + <category android:name="android.intent.category.DEFAULT" /> |
| 78 | + </intent-filter> |
| 79 | + </activity> |
69 | 80 |
|
70 | 81 | <activity |
71 | 82 | android:name="com.simplemobiletools.commons.activities.AboutActivity" |
| 83 | + android:exported="false" |
72 | 84 | android:label="@string/about" |
73 | 85 | android:parentActivityName=".activities.MainActivity" /> |
74 | 86 |
|
75 | 87 | <activity |
76 | 88 | android:name="com.simplemobiletools.commons.activities.LicenseActivity" |
| 89 | + android:exported="false" |
77 | 90 | android:label="@string/third_party_licences" |
78 | 91 | android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" /> |
79 | 92 |
|
80 | 93 | <activity |
81 | 94 | android:name="com.simplemobiletools.commons.activities.CustomizationActivity" |
| 95 | + android:exported="false" |
82 | 96 | android:label="@string/customize_colors" |
83 | 97 | android:parentActivityName=".activities.SettingsActivity" /> |
84 | 98 |
|
85 | 99 | <activity |
86 | 100 | android:name="com.simplemobiletools.commons.activities.FAQActivity" |
| 101 | + android:exported="false" |
87 | 102 | android:label="@string/frequently_asked_questions" |
88 | 103 | android:parentActivityName="com.simplemobiletools.commons.activities.AboutActivity" /> |
89 | 104 |
|
90 | 105 | <receiver |
91 | 106 | android:name=".helpers.MyWidgetTorchProvider" |
| 107 | + android:exported="true" |
92 | 108 | android:icon="@drawable/ic_flashlight"> |
93 | 109 | <intent-filter> |
94 | 110 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
101 | 117 |
|
102 | 118 | <receiver |
103 | 119 | android:name=".helpers.MyWidgetBrightDisplayProvider" |
| 120 | + android:exported="true" |
104 | 121 | android:icon="@drawable/ic_bright_display"> |
105 | 122 | <intent-filter> |
106 | 123 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
113 | 130 |
|
114 | 131 | <service |
115 | 132 | android:name=".helpers.MyTileService" |
| 133 | + android:exported="true" |
116 | 134 | android:icon="@drawable/img_widget_preview" |
117 | 135 | android:label="@string/app_launcher_name" |
118 | 136 | android:permission="android.permission.BIND_QUICK_SETTINGS_TILE"> |
|
124 | 142 | <activity-alias |
125 | 143 | android:name=".activities.SplashActivity.Red" |
126 | 144 | android:enabled="false" |
| 145 | + android:exported="true" |
127 | 146 | android:icon="@mipmap/ic_launcher_red" |
128 | 147 | android:roundIcon="@mipmap/ic_launcher_red" |
129 | 148 | android:targetActivity=".activities.SplashActivity"> |
|
137 | 156 | <activity-alias |
138 | 157 | android:name=".activities.SplashActivity.Pink" |
139 | 158 | android:enabled="false" |
| 159 | + android:exported="true" |
140 | 160 | android:icon="@mipmap/ic_launcher_pink" |
141 | 161 | android:roundIcon="@mipmap/ic_launcher_pink" |
142 | 162 | android:targetActivity=".activities.SplashActivity"> |
|
150 | 170 | <activity-alias |
151 | 171 | android:name=".activities.SplashActivity.Purple" |
152 | 172 | android:enabled="false" |
| 173 | + android:exported="true" |
153 | 174 | android:icon="@mipmap/ic_launcher_purple" |
154 | 175 | android:roundIcon="@mipmap/ic_launcher_purple" |
155 | 176 | android:targetActivity=".activities.SplashActivity"> |
|
163 | 184 | <activity-alias |
164 | 185 | android:name=".activities.SplashActivity.Deep_purple" |
165 | 186 | android:enabled="false" |
| 187 | + android:exported="true" |
166 | 188 | android:icon="@mipmap/ic_launcher_deep_purple" |
167 | 189 | android:roundIcon="@mipmap/ic_launcher_deep_purple" |
168 | 190 | android:targetActivity=".activities.SplashActivity"> |
|
176 | 198 | <activity-alias |
177 | 199 | android:name=".activities.SplashActivity.Indigo" |
178 | 200 | android:enabled="false" |
| 201 | + android:exported="true" |
179 | 202 | android:icon="@mipmap/ic_launcher_indigo" |
180 | 203 | android:roundIcon="@mipmap/ic_launcher_indigo" |
181 | 204 | android:targetActivity=".activities.SplashActivity"> |
|
189 | 212 | <activity-alias |
190 | 213 | android:name=".activities.SplashActivity.Blue" |
191 | 214 | android:enabled="false" |
| 215 | + android:exported="true" |
192 | 216 | android:icon="@mipmap/ic_launcher_blue" |
193 | 217 | android:roundIcon="@mipmap/ic_launcher_blue" |
194 | 218 | android:targetActivity=".activities.SplashActivity"> |
|
202 | 226 | <activity-alias |
203 | 227 | android:name=".activities.SplashActivity.Light_blue" |
204 | 228 | android:enabled="false" |
| 229 | + android:exported="true" |
205 | 230 | android:icon="@mipmap/ic_launcher_light_blue" |
206 | 231 | android:roundIcon="@mipmap/ic_launcher_light_blue" |
207 | 232 | android:targetActivity=".activities.SplashActivity"> |
|
215 | 240 | <activity-alias |
216 | 241 | android:name=".activities.SplashActivity.Cyan" |
217 | 242 | android:enabled="false" |
| 243 | + android:exported="true" |
218 | 244 | android:icon="@mipmap/ic_launcher_cyan" |
219 | 245 | android:roundIcon="@mipmap/ic_launcher_cyan" |
220 | 246 | android:targetActivity=".activities.SplashActivity"> |
|
228 | 254 | <activity-alias |
229 | 255 | android:name=".activities.SplashActivity.Teal" |
230 | 256 | android:enabled="false" |
| 257 | + android:exported="true" |
231 | 258 | android:icon="@mipmap/ic_launcher_teal" |
232 | 259 | android:roundIcon="@mipmap/ic_launcher_teal" |
233 | 260 | android:targetActivity=".activities.SplashActivity"> |
|
241 | 268 | <activity-alias |
242 | 269 | android:name=".activities.SplashActivity.Green" |
243 | 270 | android:enabled="false" |
| 271 | + android:exported="true" |
244 | 272 | android:icon="@mipmap/ic_launcher_green" |
245 | 273 | android:roundIcon="@mipmap/ic_launcher_green" |
246 | 274 | android:targetActivity=".activities.SplashActivity"> |
|
254 | 282 | <activity-alias |
255 | 283 | android:name=".activities.SplashActivity.Light_green" |
256 | 284 | android:enabled="false" |
| 285 | + android:exported="true" |
257 | 286 | android:icon="@mipmap/ic_launcher_light_green" |
258 | 287 | android:roundIcon="@mipmap/ic_launcher_light_green" |
259 | 288 | android:targetActivity=".activities.SplashActivity"> |
|
267 | 296 | <activity-alias |
268 | 297 | android:name=".activities.SplashActivity.Lime" |
269 | 298 | android:enabled="false" |
| 299 | + android:exported="true" |
270 | 300 | android:icon="@mipmap/ic_launcher_lime" |
271 | 301 | android:roundIcon="@mipmap/ic_launcher_lime" |
272 | 302 | android:targetActivity=".activities.SplashActivity"> |
|
280 | 310 | <activity-alias |
281 | 311 | android:name=".activities.SplashActivity.Yellow" |
282 | 312 | android:enabled="false" |
| 313 | + android:exported="true" |
283 | 314 | android:icon="@mipmap/ic_launcher_yellow" |
284 | 315 | android:roundIcon="@mipmap/ic_launcher_yellow" |
285 | 316 | android:targetActivity=".activities.SplashActivity"> |
|
293 | 324 | <activity-alias |
294 | 325 | android:name=".activities.SplashActivity.Amber" |
295 | 326 | android:enabled="false" |
| 327 | + android:exported="true" |
296 | 328 | android:icon="@mipmap/ic_launcher_amber" |
297 | 329 | android:roundIcon="@mipmap/ic_launcher_amber" |
298 | 330 | android:targetActivity=".activities.SplashActivity"> |
|
306 | 338 | <activity-alias |
307 | 339 | android:name=".activities.SplashActivity.Orange" |
308 | 340 | android:enabled="true" |
| 341 | + android:exported="true" |
309 | 342 | android:icon="@mipmap/ic_launcher" |
310 | 343 | android:roundIcon="@mipmap/ic_launcher" |
311 | 344 | android:targetActivity=".activities.SplashActivity"> |
|
318 | 351 | <activity-alias |
319 | 352 | android:name=".activities.SplashActivity.Deep_orange" |
320 | 353 | android:enabled="false" |
| 354 | + android:exported="true" |
321 | 355 | android:icon="@mipmap/ic_launcher_deep_orange" |
322 | 356 | android:roundIcon="@mipmap/ic_launcher_deep_orange" |
323 | 357 | android:targetActivity=".activities.SplashActivity"> |
|
331 | 365 | <activity-alias |
332 | 366 | android:name=".activities.SplashActivity.Brown" |
333 | 367 | android:enabled="false" |
| 368 | + android:exported="true" |
334 | 369 | android:icon="@mipmap/ic_launcher_brown" |
335 | 370 | android:roundIcon="@mipmap/ic_launcher_brown" |
336 | 371 | android:targetActivity=".activities.SplashActivity"> |
|
344 | 379 | <activity-alias |
345 | 380 | android:name=".activities.SplashActivity.Blue_grey" |
346 | 381 | android:enabled="false" |
| 382 | + android:exported="true" |
347 | 383 | android:icon="@mipmap/ic_launcher_blue_grey" |
348 | 384 | android:roundIcon="@mipmap/ic_launcher_blue_grey" |
349 | 385 | android:targetActivity=".activities.SplashActivity"> |
|
357 | 393 | <activity-alias |
358 | 394 | android:name=".activities.SplashActivity.Grey_black" |
359 | 395 | android:enabled="false" |
| 396 | + android:exported="true" |
360 | 397 | android:icon="@mipmap/ic_launcher_grey_black" |
361 | 398 | android:roundIcon="@mipmap/ic_launcher_grey_black" |
362 | 399 | android:targetActivity=".activities.SplashActivity"> |
|
0 commit comments