mirror of
https://github.com/SimpleMobileTools/Simple-Clock.git
synced 2025-04-15 18:57:22 +02:00
make an activity and a receiver exported
This commit is contained in:
parent
fc188c71ab
commit
fcfaa30f50
@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
<activity
|
<activity
|
||||||
android:name=".activities.SplashActivity"
|
android:name=".activities.SplashActivity"
|
||||||
android:exported="false"
|
android:exported="true"
|
||||||
android:launchMode="singleTask"
|
android:launchMode="singleTask"
|
||||||
android:theme="@style/SplashTheme">
|
android:theme="@style/SplashTheme">
|
||||||
|
|
||||||
@ -101,7 +101,7 @@
|
|||||||
|
|
||||||
<receiver
|
<receiver
|
||||||
android:name=".receivers.BootCompletedReceiver"
|
android:name=".receivers.BootCompletedReceiver"
|
||||||
android:exported="false">
|
android:exported="true">
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
||||||
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
|
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user