mirror of
https://github.com/TeamVanced/VancedMicroG
synced 2024-11-19 02:29:25 +01: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
@ -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 New Issue
Block a user