remove "persistant" flag, as its only for system apps
This commit is contained in:
parent
831a52a7e9
commit
af95098ae8
|
@ -19,7 +19,6 @@
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:configChanges="locale|orientation|screenSize"
|
android:configChanges="locale|orientation|screenSize"
|
||||||
android:theme="@style/Theme.AppCompat"
|
android:theme="@style/Theme.AppCompat"
|
||||||
android:persistent="true"
|
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue