[tor-commits] [orbot/master] add persistent flag
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon Jul 14 17:40:21 UTC 2014
commit 41064d8548fb06360053a62363187cc1dfd7d018
Author: Nathan Freitas <nathan at freitas.net>
Date: Thu Jul 10 11:04:46 2014 -0400
add persistent flag
---
AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 1cf449a..efeaae1 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -24,6 +24,7 @@
android:allowBackup="false"
android:allowClearUserData="true"
android:largeHeap="true"
+ android:persistent="true"
>
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"
More information about the tor-commits
mailing list