Request priority boot

pull/212/head
M66B 1 year ago
parent 7e7cf9a3e9
commit 39819a526d

@ -688,7 +688,8 @@
android:name=".ReceiverAutoStart"
android:exported="true">
<intent-filter>
<!-- https://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority -->
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

@ -694,7 +694,8 @@
android:name=".ReceiverAutoStart"
android:exported="true">
<intent-filter>
<!-- https://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority -->
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

@ -694,7 +694,8 @@
android:name=".ReceiverAutoStart"
android:exported="true">
<intent-filter>
<!-- https://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority -->
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

@ -686,7 +686,8 @@
android:name=".ReceiverAutoStart"
android:exported="true">
<intent-filter>
<!-- https://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority -->
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

@ -688,7 +688,8 @@
android:name=".ReceiverAutoStart"
android:exported="true">
<intent-filter>
<!-- https://developer.android.com/guide/topics/manifest/intent-filter-element.html#priority -->
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>

Loading…
Cancel
Save