[tor-commits] [orbot/master] make orbot another background process

n8fr8 at torproject.org n8fr8 at torproject.org
Fri Aug 23 20:59:49 UTC 2013


commit a9b41a8266fbbac37a63ff66ba67d6b8f1f75af4
Author: Nathan Freitas <nathan at freitas.net>
Date:   Fri Aug 23 12:56:18 2013 -0400

    make orbot another background process
---
 AndroidManifest.xml |    1 +
 1 file changed, 1 insertion(+)

diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c86a2d4..b99853b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -77,6 +77,7 @@
     	<service android:enabled="true"
     		android:name=".service.TorService" 
     		android:exported="false"
+    		android:process=":remote"
     		>
 	            <intent-filter>
 	                <action android:name="org.torproject.android.service.ITorService" />





More information about the tor-commits mailing list