Added additional intent-filter

This commit is contained in:
Michal Witek 2023-02-24 17:19:33 +01:00 committed by GitHub
parent d668863fec
commit 0a51fff04c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,6 +26,7 @@
android:exported="false">
<intent-filter android:priority="1000">
<action android:name="android.intent.action.BOOT_COMPLETED" />
<action android:name="android.intent.action.QUICKBOOT_POWERON" />
</intent-filter>
</receiver>