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:
Chirayu Desai 2021-06-02 22:24:16 +05:30 committed by Marvin W
parent 6555997664
commit 3eb3380c2d
1 changed files with 1 additions and 0 deletions

View File

@ -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">