Merge pull request #3362 from michalwitek1232/clean

Added additional intent-filter
This commit is contained in:
RustDesk 2023-02-25 23:37:35 +08:00 committed by GitHub
commit 4f3d0efdf6
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>