|
23 | 23 |
|
24 | 24 | <activity |
25 | 25 | android:name=".activities.SplashActivity" |
| 26 | + android:exported="false" |
26 | 27 | android:theme="@style/SplashTheme" /> |
27 | 28 |
|
28 | | - <activity android:name=".activities.MainActivity"> |
| 29 | + <activity |
| 30 | + android:name=".activities.MainActivity" |
| 31 | + android:exported="true"> |
29 | 32 |
|
30 | 33 | <meta-data |
31 | 34 | android:name="android.app.default_searchable" |
|
57 | 60 |
|
58 | 61 | <activity |
59 | 62 | android:name=".activities.MimeTypesActivity" |
| 63 | + android:exported="false" |
60 | 64 | android:parentActivityName=".activities.MainActivity" /> |
61 | 65 |
|
62 | 66 | <activity |
63 | 67 | android:name=".activities.ReadTextActivity" |
| 68 | + android:exported="true" |
64 | 69 | android:label="@string/file_editor"> |
65 | 70 |
|
66 | 71 | <meta-data |
|
80 | 85 |
|
81 | 86 | <activity |
82 | 87 | android:name=".activities.DecompressActivity" |
| 88 | + android:exported="true" |
83 | 89 | android:label="@string/decompress"> |
84 | 90 | <intent-filter> |
85 | 91 | <action android:name="android.intent.action.VIEW" /> |
|
90 | 96 |
|
91 | 97 | <activity |
92 | 98 | android:name=".activities.SaveAsActivity" |
| 99 | + android:exported="true" |
93 | 100 | android:label="@string/save_as"> |
94 | 101 | <intent-filter> |
95 | 102 | <action android:name="android.intent.action.SEND" /> |
|
101 | 108 |
|
102 | 109 | <activity |
103 | 110 | android:name=".activities.SettingsActivity" |
| 111 | + android:exported="true" |
104 | 112 | android:label="@string/settings" |
105 | 113 | android:parentActivityName=".activities.MainActivity"> |
106 | 114 |
|
|
112 | 120 |
|
113 | 121 | <activity |
114 | 122 | android:name=".activities.FavoritesActivity" |
| 123 | + android:exported="false" |
115 | 124 | android:label="@string/favorites" |
116 | 125 | android:parentActivityName=".activities.MainActivity" /> |
117 | 126 |
|
118 | 127 | <activity |
119 | 128 | android:name="com.simplemobiletools.commons.activities.AboutActivity" |
| 129 | + android:exported="false" |
120 | 130 | android:label="@string/about" |
121 | 131 | android:parentActivityName=".activities.MainActivity" /> |
122 | 132 |
|
123 | 133 | <activity |
124 | 134 | android:name="com.simplemobiletools.commons.activities.CustomizationActivity" |
| 135 | + android:exported="false" |
125 | 136 | android:label="@string/customize_colors" |
126 | 137 | android:parentActivityName=".activities.SettingsActivity" /> |
127 | 138 |
|
|
138 | 149 | <activity-alias |
139 | 150 | android:name=".activities.SplashActivity.Red" |
140 | 151 | android:enabled="false" |
| 152 | + android:exported="true" |
141 | 153 | android:icon="@mipmap/ic_launcher_red" |
142 | 154 | android:roundIcon="@mipmap/ic_launcher_red" |
143 | 155 | android:targetActivity=".activities.SplashActivity"> |
|
151 | 163 | <activity-alias |
152 | 164 | android:name=".activities.SplashActivity.Pink" |
153 | 165 | android:enabled="false" |
| 166 | + android:exported="true" |
154 | 167 | android:icon="@mipmap/ic_launcher_pink" |
155 | 168 | android:roundIcon="@mipmap/ic_launcher_pink" |
156 | 169 | android:targetActivity=".activities.SplashActivity"> |
|
164 | 177 | <activity-alias |
165 | 178 | android:name=".activities.SplashActivity.Purple" |
166 | 179 | android:enabled="false" |
| 180 | + android:exported="true" |
167 | 181 | android:icon="@mipmap/ic_launcher_purple" |
168 | 182 | android:roundIcon="@mipmap/ic_launcher_purple" |
169 | 183 | android:targetActivity=".activities.SplashActivity"> |
|
177 | 191 | <activity-alias |
178 | 192 | android:name=".activities.SplashActivity.Deep_purple" |
179 | 193 | android:enabled="false" |
| 194 | + android:exported="true" |
180 | 195 | android:icon="@mipmap/ic_launcher_deep_purple" |
181 | 196 | android:roundIcon="@mipmap/ic_launcher_deep_purple" |
182 | 197 | android:targetActivity=".activities.SplashActivity"> |
|
190 | 205 | <activity-alias |
191 | 206 | android:name=".activities.SplashActivity.Indigo" |
192 | 207 | android:enabled="false" |
| 208 | + android:exported="true" |
193 | 209 | android:icon="@mipmap/ic_launcher_indigo" |
194 | 210 | android:roundIcon="@mipmap/ic_launcher_indigo" |
195 | 211 | android:targetActivity=".activities.SplashActivity"> |
|
203 | 219 | <activity-alias |
204 | 220 | android:name=".activities.SplashActivity.Blue" |
205 | 221 | android:enabled="false" |
| 222 | + android:exported="true" |
206 | 223 | android:icon="@mipmap/ic_launcher_blue" |
207 | 224 | android:roundIcon="@mipmap/ic_launcher_blue" |
208 | 225 | android:targetActivity=".activities.SplashActivity"> |
|
216 | 233 | <activity-alias |
217 | 234 | android:name=".activities.SplashActivity.Light_blue" |
218 | 235 | android:enabled="false" |
| 236 | + android:exported="true" |
219 | 237 | android:icon="@mipmap/ic_launcher_light_blue" |
220 | 238 | android:roundIcon="@mipmap/ic_launcher_light_blue" |
221 | 239 | android:targetActivity=".activities.SplashActivity"> |
|
229 | 247 | <activity-alias |
230 | 248 | android:name=".activities.SplashActivity.Cyan" |
231 | 249 | android:enabled="false" |
| 250 | + android:exported="true" |
232 | 251 | android:icon="@mipmap/ic_launcher_cyan" |
233 | 252 | android:roundIcon="@mipmap/ic_launcher_cyan" |
234 | 253 | android:targetActivity=".activities.SplashActivity"> |
|
242 | 261 | <activity-alias |
243 | 262 | android:name=".activities.SplashActivity.Teal" |
244 | 263 | android:enabled="false" |
| 264 | + android:exported="true" |
245 | 265 | android:icon="@mipmap/ic_launcher_teal" |
246 | 266 | android:roundIcon="@mipmap/ic_launcher_teal" |
247 | 267 | android:targetActivity=".activities.SplashActivity"> |
|
255 | 275 | <activity-alias |
256 | 276 | android:name=".activities.SplashActivity.Green" |
257 | 277 | android:enabled="false" |
| 278 | + android:exported="true" |
258 | 279 | android:icon="@mipmap/ic_launcher_green" |
259 | 280 | android:roundIcon="@mipmap/ic_launcher_green" |
260 | 281 | android:targetActivity=".activities.SplashActivity"> |
|
268 | 289 | <activity-alias |
269 | 290 | android:name=".activities.SplashActivity.Light_green" |
270 | 291 | android:enabled="false" |
| 292 | + android:exported="true" |
271 | 293 | android:icon="@mipmap/ic_launcher_light_green" |
272 | 294 | android:roundIcon="@mipmap/ic_launcher_light_green" |
273 | 295 | android:targetActivity=".activities.SplashActivity"> |
|
281 | 303 | <activity-alias |
282 | 304 | android:name=".activities.SplashActivity.Lime" |
283 | 305 | android:enabled="false" |
| 306 | + android:exported="true" |
284 | 307 | android:icon="@mipmap/ic_launcher_lime" |
285 | 308 | android:roundIcon="@mipmap/ic_launcher_lime" |
286 | 309 | android:targetActivity=".activities.SplashActivity"> |
|
294 | 317 | <activity-alias |
295 | 318 | android:name=".activities.SplashActivity.Yellow" |
296 | 319 | android:enabled="false" |
| 320 | + android:exported="true" |
297 | 321 | android:icon="@mipmap/ic_launcher_yellow" |
298 | 322 | android:roundIcon="@mipmap/ic_launcher_yellow" |
299 | 323 | android:targetActivity=".activities.SplashActivity"> |
|
307 | 331 | <activity-alias |
308 | 332 | android:name=".activities.SplashActivity.Amber" |
309 | 333 | android:enabled="false" |
| 334 | + android:exported="true" |
310 | 335 | android:icon="@mipmap/ic_launcher_amber" |
311 | 336 | android:roundIcon="@mipmap/ic_launcher_amber" |
312 | 337 | android:targetActivity=".activities.SplashActivity"> |
|
320 | 345 | <activity-alias |
321 | 346 | android:name=".activities.SplashActivity.Orange" |
322 | 347 | android:enabled="true" |
| 348 | + android:exported="true" |
323 | 349 | android:icon="@mipmap/ic_launcher" |
324 | 350 | android:roundIcon="@mipmap/ic_launcher" |
325 | 351 | android:targetActivity=".activities.SplashActivity"> |
|
332 | 358 | <activity-alias |
333 | 359 | android:name=".activities.SplashActivity.Deep_orange" |
334 | 360 | android:enabled="false" |
| 361 | + android:exported="true" |
335 | 362 | android:icon="@mipmap/ic_launcher_deep_orange" |
336 | 363 | android:roundIcon="@mipmap/ic_launcher_deep_orange" |
337 | 364 | android:targetActivity=".activities.SplashActivity"> |
|
345 | 372 | <activity-alias |
346 | 373 | android:name=".activities.SplashActivity.Brown" |
347 | 374 | android:enabled="false" |
| 375 | + android:exported="true" |
348 | 376 | android:icon="@mipmap/ic_launcher_brown" |
349 | 377 | android:roundIcon="@mipmap/ic_launcher_brown" |
350 | 378 | android:targetActivity=".activities.SplashActivity"> |
|
358 | 386 | <activity-alias |
359 | 387 | android:name=".activities.SplashActivity.Blue_grey" |
360 | 388 | android:enabled="false" |
| 389 | + android:exported="true" |
361 | 390 | android:icon="@mipmap/ic_launcher_blue_grey" |
362 | 391 | android:roundIcon="@mipmap/ic_launcher_blue_grey" |
363 | 392 | android:targetActivity=".activities.SplashActivity"> |
|
371 | 400 | <activity-alias |
372 | 401 | android:name=".activities.SplashActivity.Grey_black" |
373 | 402 | android:enabled="false" |
| 403 | + android:exported="true" |
374 | 404 | android:icon="@mipmap/ic_launcher_grey_black" |
375 | 405 | android:roundIcon="@mipmap/ic_launcher_grey_black" |
376 | 406 | android:targetActivity=".activities.SplashActivity"> |
|
0 commit comments