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
Unverified

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>