|
77 | 77 | android:usesCleartextTraffic="true"> |
78 | 78 |
|
79 | 79 | <activity |
80 | | - android:name="joshuatee.wx.StartupActivity" |
| 80 | + android:name=".StartupActivity" |
81 | 81 | android:requestLegacyExternalStorage="true" |
82 | 82 | android:launchMode="singleTop" |
83 | 83 | android:exported="true"> |
|
91 | 91 | android:resource="@xml/shortcuts" /> |
92 | 92 | </activity> |
93 | 93 | <activity |
94 | | - android:name="joshuatee.wx.WX" |
| 94 | + android:name=".WX" |
95 | 95 | android:launchMode="singleTop" |
96 | 96 | android:theme="@style/MyCustomTheme_whiter_NOAB" /> |
97 | 97 | <activity |
|
271 | 271 | android:parentActivityName="WX" /> |
272 | 272 |
|
273 | 273 | <receiver |
274 | | - android:name="joshuatee.wx.Widget" |
| 274 | + android:name=".Widget" |
275 | 275 | android:exported="true"> |
276 | 276 | <intent-filter> |
277 | 277 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
282 | 282 | </receiver> |
283 | 283 |
|
284 | 284 | <receiver |
285 | | - android:name="joshuatee.wx.WidgetCC" |
| 285 | + android:name=".WidgetCC" |
286 | 286 | android:exported="true"> |
287 | 287 | <intent-filter> |
288 | 288 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
294 | 294 |
|
295 | 295 |
|
296 | 296 | <receiver |
297 | | - android:name="joshuatee.wx.WidgetNexrad" |
| 297 | + android:name=".WidgetNexrad" |
298 | 298 | android:exported="true"> |
299 | 299 | <intent-filter> |
300 | 300 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
305 | 305 | </receiver> |
306 | 306 |
|
307 | 307 | <receiver |
308 | | - android:name="joshuatee.wx.WidgetMosaics" |
| 308 | + android:name=".WidgetMosaics" |
309 | 309 | android:exported="true"> |
310 | 310 | <intent-filter> |
311 | 311 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
316 | 316 | </receiver> |
317 | 317 |
|
318 | 318 | <receiver |
319 | | - android:name="joshuatee.wx.WidgetMosaicsRad" |
| 319 | + android:name=".WidgetMosaicsRad" |
320 | 320 | android:exported="true"> |
321 | 321 | <intent-filter> |
322 | 322 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
327 | 327 | </receiver> |
328 | 328 |
|
329 | 329 | <receiver |
330 | | - android:name="joshuatee.wx.WidgetTextProd" |
| 330 | + android:name=".WidgetTextProd" |
331 | 331 | android:exported="true"> |
332 | 332 | <intent-filter> |
333 | 333 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
338 | 338 | </receiver> |
339 | 339 |
|
340 | 340 | <receiver |
341 | | - android:name="joshuatee.wx.WidgetTextHWO" |
| 341 | + android:name=".WidgetTextHWO" |
342 | 342 | android:exported="true"> |
343 | 343 | <intent-filter> |
344 | 344 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
349 | 349 | </receiver> |
350 | 350 |
|
351 | 351 | <receiver |
352 | | - android:name="joshuatee.wx.WidgetSPCMESO" |
| 352 | + android:name=".WidgetSPCMESO" |
353 | 353 | android:exported="true"> |
354 | 354 | <intent-filter> |
355 | 355 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
360 | 360 | </receiver> |
361 | 361 |
|
362 | 362 | <receiver |
363 | | - android:name="joshuatee.wx.WidgetSPCSWO" |
| 363 | + android:name=".WidgetSPCSWO" |
364 | 364 | android:exported="true"> |
365 | 365 | <intent-filter> |
366 | 366 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
371 | 371 | </receiver> |
372 | 372 |
|
373 | 373 | <receiver |
374 | | - android:name="joshuatee.wx.WidgetWPCIMG" |
| 374 | + android:name=".WidgetWPCIMG" |
375 | 375 | android:exported="true"> |
376 | 376 | <intent-filter> |
377 | 377 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
382 | 382 | </receiver> |
383 | 383 |
|
384 | 384 | <receiver |
385 | | - android:name="joshuatee.wx.WidgetCONUSWV" |
| 385 | + android:name=".WidgetCONUSWV" |
386 | 386 | android:exported="true"> |
387 | 387 | <intent-filter> |
388 | 388 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
393 | 393 | </receiver> |
394 | 394 |
|
395 | 395 | <receiver |
396 | | - android:name="joshuatee.wx.WidgetSTRPT" |
| 396 | + android:name=".WidgetSTRPT" |
397 | 397 | android:exported="true"> |
398 | 398 | <intent-filter> |
399 | 399 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
404 | 404 | </receiver> |
405 | 405 |
|
406 | 406 | <receiver |
407 | | - android:name="joshuatee.wx.WidgetNHC" |
| 407 | + android:name=".WidgetNHC" |
408 | 408 | android:exported="true"> |
409 | 409 | <intent-filter> |
410 | 410 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
415 | 415 | </receiver> |
416 | 416 |
|
417 | 417 | <receiver |
418 | | - android:name="joshuatee.wx.WidgetTextWPC" |
| 418 | + android:name=".WidgetTextWPC" |
419 | 419 | android:exported="true"> |
420 | 420 | <intent-filter> |
421 | 421 | <action android:name="android.appwidget.action.APPWIDGET_UPDATE" /> |
|
500 | 500 |
|
501 | 501 | <provider |
502 | 502 | android:name=".util.FileProvider" |
503 | | - android:authorities="elys.joshuatee.wx.fileprovider" |
| 503 | + android:authorities=".fileprovider" |
504 | 504 | android:exported="false" |
505 | 505 | android:grantUriPermissions="true"> |
506 | 506 | <meta-data |
|
532 | 532 | <provider |
533 | 533 | android:name="WeatherDataProvider" |
534 | 534 | android:exported="true" |
535 | | - android:authorities="joshuatee.wx.weatherlistwidget.provider" |
| 535 | + android:authorities=".weatherlistwidget.provider" |
536 | 536 | tools:ignore="ExportedContentProvider" /> |
537 | 537 |
|
538 | 538 | <service |
539 | | - android:name="joshuatee.wx.notifications.WXJobService" |
| 539 | + android:name=".notifications.WXJobService" |
540 | 540 | android:permission="android.permission.BIND_JOB_SERVICE" |
541 | 541 | android:exported="true" /> |
542 | 542 |
|
|
0 commit comments