Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3eb3380c authored by Chirayu Desai's avatar Chirayu Desai Committed by Marvin W.
Browse files

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
parent 65559976
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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">