[tor-commits] [orbot/master] make Orbot just one process

n8fr8 at torproject.org n8fr8 at torproject.org
Mon Jul 22 19:22:58 UTC 2013


commit bebb143fb9ef521a82b547ce7962d2b28dfe6f39
Author: Nathan Freitas <nathan at freitas.net>
Date:   Mon Jul 22 15:18:15 2013 -0400

    make Orbot just one process
---
 AndroidManifest.xml |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index f3660e7..45b45a0 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,18 +8,17 @@
     <uses-permission android:name="android.permission.INTERNET" />
  	<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/>
     <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
- 	
+ 	<uses-permission android:name="android.permission.ACCESS_SUPERUSER"/>
+ 	    
     <uses-sdk android:minSdkVersion="5" android:targetSdkVersion="18"/>
     
     <application android:name=".OrbotApp" android:icon="@drawable/ic_launcher"
      android:label="@string/app_name" 
      android:configChanges="locale|orientation|screenSize"
-      android:theme="@style/Theme.Sherlock"
-      android:largeHeap="true"
+      android:theme="@style/Theme.Sherlock"      
       android:persistent="true"
       android:allowBackup="false"
       android:allowClearUserData="true"
-      android:hardwareAccelerated="true"
      >
       
         <activity android:name=".Orbot" android:configChanges="orientation|screenSize"
@@ -76,7 +75,6 @@
     	<service android:enabled="true"
     		android:name=".service.TorService" 
     		android:exported="false"
-    		 android:process=":orbot" 
     		>
 	            <intent-filter>
 	                <action android:name="org.torproject.android.service.ITorService" />





More information about the tor-commits mailing list