mirror of
https://github.com/YTVanced/VancedMicroG
synced 2024-11-13 06:25:06 +00:00
Make the application persistent
* Should help with not having services killed * System app only, but shouldn't cause any errors if it's a user-app Change-Id: Iee2a662da074753008f6896cfa155acbeddcc974
This commit is contained in:
parent
6555997664
commit
3eb3380c2d
1 changed files with 1 additions and 0 deletions
|
@ -114,6 +114,7 @@
|
|||
android:fullBackupOnly="true"
|
||||
android:extractNativeLibs="false"
|
||||
android:forceQueryable="true"
|
||||
android:persistent="true"
|
||||
android:icon="@mipmap/ic_core_service_app"
|
||||
android:label="@string/gms_app_name"
|
||||
android:theme="@style/Theme.AppCompat.DayNight">
|
||||
|
|
Loading…
Reference in a new issue