[tor-commits] [orbot/master] remove "persistant" flag, as its only for system apps
n8fr8 at torproject.org
n8fr8 at torproject.org
Wed Apr 9 13:14:06 UTC 2014
commit af95098ae816eb412c053f4a2e9bfe7b3789a836
Author: Nathan Freitas <nathan at 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"
>
More information about the tor-commits
mailing list