|
|
@ -115,7 +115,7 @@
|
|
|
|
android:enabled="true"
|
|
|
|
android:enabled="true"
|
|
|
|
android:exported="true"
|
|
|
|
android:exported="true"
|
|
|
|
android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
|
|
|
|
android:permission="android.permission.RECEIVE_BOOT_COMPLETED">
|
|
|
|
<intent-filter android:priority="80000">
|
|
|
|
<intent-filter android:priority="90000">
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
<action android:name="android.intent.action.BOOT_COMPLETED" />
|
|
|
|
<action android:name="android.intent.action.REBOOT" />
|
|
|
|
<action android:name="android.intent.action.REBOOT" />
|
|
|
|
|
|
|
|
|
|
|
|