increase BOOT_COMPLETED intent priority to 999

This commit is contained in:
p1g30n 2020-01-17 20:49:48 +01:00
parent 72349f774b
commit 127158c447
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@
<receiver
android:name=".ReceiverAutostart"
android:label="@string/app_name">
<intent-filter>
<intent-filter android:priority="999">
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.MY_PACKAGE_REPLACED" />
</intent-filter>