mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-08-01 08:30:35 -07:00
Migrate to JobIntentService to prevent boot notification
This commit is contained in:
@@ -66,7 +66,10 @@
|
||||
</intent-filter>
|
||||
</receiver>
|
||||
|
||||
<service android:name=".services.OnBootIntentService" />
|
||||
<service
|
||||
android:name=".services.OnBootService"
|
||||
android:exported="true"
|
||||
android:permission="android.permission.BIND_JOB_SERVICE" />
|
||||
<service
|
||||
android:name=".services.UpdateCheckService"
|
||||
android:exported="true"
|
||||
|
||||
Reference in New Issue
Block a user