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