[tor-commits] [orbot/master] updated process to singletop; rev'd version

n8fr8 at torproject.org n8fr8 at torproject.org
Thu Jul 18 02:44:32 UTC 2013


commit 8aaa8cbfb8e710162946f3e496cbe5a03509aa53
Author: n8fr8 <nathan at freitas.net>
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" />





More information about the tor-commits mailing list