[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [orbot/master] updated process to singletop; rev'd version
commit 8aaa8cbfb8e710162946f3e496cbe5a03509aa53
Author: n8fr8 <nathan@xxxxxxxxxxx>
Date: Wed Apr 3 15:49:07 2013 -0400
updated process to singletop; rev'd version
---
AndroidManifest.xml | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index dbccba0..cfa029e 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
- android:versionName="v12 alpha 2 (Tor 0.2.4.10-alpha)"
- android:versionCode="54"
+ android:versionName="v12 alpha 3 (Tor 0.2.4.10-alpha)"
+ android:versionCode="55"
android:installLocation="auto"
>
<uses-permission android:name="android.permission.INTERNET" />
@@ -19,9 +19,12 @@
android:persistent="true"
android:allowBackup="false"
android:allowClearUserData="true"
+ android:hardwareAccelerated="true"
>
- <activity android:name=".Orbot" android:configChanges="orientation|screenSize">
+ <activity android:name=".Orbot" android:configChanges="orientation|screenSize"
+ android:launchMode="singleTop"
+ >
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits