|
48 | 48 |
|
49 | 49 | <activity
|
50 | 50 | android:name="com.best.deskclock.FirstLaunch"
|
51 |
| - android:exported="true" |
52 | 51 | android:launchMode="singleTask"
|
53 | 52 | android:theme="@style/Theme.DeskClock">
|
54 | 53 | </activity>
|
|
316 | 315 |
|
317 | 316 | <service
|
318 | 317 | android:name="com.best.deskclock.screensaver.Screensaver"
|
319 |
| - android:exported="false" |
| 318 | + android:exported="true" |
320 | 319 | android:label="@string/app_label"
|
321 | 320 | android:permission="android.permission.BIND_DREAM_SERVICE">
|
322 | 321 | <intent-filter>
|
|
356 | 355 | android:name="com.best.deskclock.settings.DigitalWidgetCustomizationActivity"
|
357 | 356 | android:excludeFromRecents="true"
|
358 | 357 | android:label="@string/digital_widget"
|
359 |
| - android:exported="true" |
360 | 358 | android:theme="@style/Theme.DeskClock" />
|
361 | 359 |
|
362 | 360 | <receiver
|
|
389 | 387 | android:name="com.best.deskclock.settings.VerticalDigitalWidgetCustomizationActivity"
|
390 | 388 | android:excludeFromRecents="true"
|
391 | 389 | android:label="@string/vertical_digital_widget"
|
392 |
| - android:exported="true" |
393 | 390 | android:theme="@style/Theme.DeskClock" />
|
394 | 391 |
|
395 | 392 | <receiver
|
|
416 | 413 | android:name="com.best.deskclock.settings.NextAlarmWidgetCustomizationActivity"
|
417 | 414 | android:excludeFromRecents="true"
|
418 | 415 | android:label="@string/next_alarm_widget"
|
419 |
| - android:exported="true" |
420 | 416 | android:theme="@style/Theme.DeskClock" />
|
421 | 417 |
|
422 | 418 | <receiver
|
|
465 | 461 | android:name="com.best.deskclock.settings.MaterialYouDigitalWidgetCustomizationActivity"
|
466 | 462 | android:excludeFromRecents="true"
|
467 | 463 | android:label="@string/material_you_digital_widget"
|
468 |
| - android:exported="true" |
469 | 464 | android:theme="@style/Theme.DeskClock" />
|
470 | 465 |
|
471 | 466 | <receiver
|
|
498 | 493 | android:name="com.best.deskclock.settings.MaterialYouVerticalDigitalWidgetCustomizationActivity"
|
499 | 494 | android:excludeFromRecents="true"
|
500 | 495 | android:label="@string/material_you_vertical_digital_widget"
|
501 |
| - android:exported="true" |
502 | 496 | android:theme="@style/Theme.DeskClock" />
|
503 | 497 |
|
504 | 498 | <receiver
|
|
525 | 519 | android:name="com.best.deskclock.settings.MaterialYouNextAlarmWidgetCustomizationActivity"
|
526 | 520 | android:excludeFromRecents="true"
|
527 | 521 | android:label="@string/material_you_next_alarm_widget"
|
528 |
| - android:exported="true" |
529 | 522 | android:theme="@style/Theme.DeskClock" />
|
530 | 523 |
|
531 | 524 | <receiver
|
|
0 commit comments