commit a9b41a8266fbbac37a63ff66ba67d6b8f1f75af4 Author: Nathan Freitas nathan@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" />
tor-commits@lists.torproject.org