commit af95098ae816eb412c053f4a2e9bfe7b3789a836 Author: Nathan Freitas nathan@freitas.net Date: Wed Apr 9 09:12:32 2014 -0400
remove "persistant" flag, as its only for system apps --- AndroidManifest.xml | 1 - 1 file changed, 1 deletion(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index a9afaba..77a18bf 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -19,7 +19,6 @@ android:label="@string/app_name" android:configChanges="locale|orientation|screenSize" android:theme="@style/Theme.AppCompat" - android:persistent="true" android:allowBackup="false" android:allowClearUserData="true" >
tor-commits@lists.torproject.org