Merge pull request #524 from p1g30n/boot-priority

increase BOOT_COMPLETED intent priority to 999
This commit is contained in:
Marcel Bokhorst 2020-01-23 16:29:29 +01:00 committed by GitHub
commit 5c07825da5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>