Skip to content
This repository was archived by the owner on Apr 6, 2024. It is now read-only.

Commit 3eb3380

Browse files
chirayudesaimar-v-in
authored andcommitted
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
1 parent 6555997 commit 3eb3380

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

play-services-core/src/main/AndroidManifest.xml

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@
114114
android:fullBackupOnly="true"
115115
android:extractNativeLibs="false"
116116
android:forceQueryable="true"
117+
android:persistent="true"
117118
android:icon="@mipmap/ic_core_service_app"
118119
android:label="@string/gms_app_name"
119120
android:theme="@style/Theme.AppCompat.DayNight">

0 commit comments

Comments
 (0)