remove "persistant" flag, as its only for system apps

This commit is contained in:
Nathan Freitas 2014-04-09 09:12:32 -04:00
parent 831a52a7e9
commit af95098ae8
1 changed files with 0 additions and 1 deletions

View File

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