From dc3d6250ac2cc469f6b0fdbb4f221ec28e1d9e52 Mon Sep 17 00:00:00 2001 From: Marvin W Date: Thu, 1 Jul 2021 12:08:07 +0200 Subject: [PATCH] Revert "Make the application persistent" This reverts commit 3eb3380c2dc6fed1d416ee9771ef63de6cffa9f4. See #1487 for details --- play-services-core/src/main/AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/play-services-core/src/main/AndroidManifest.xml b/play-services-core/src/main/AndroidManifest.xml index 2f0ef9b6..7ed68b54 100644 --- a/play-services-core/src/main/AndroidManifest.xml +++ b/play-services-core/src/main/AndroidManifest.xml @@ -114,7 +114,6 @@ 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">