make orbot another background process

This commit is contained in:
Nathan Freitas 2013-08-23 12:56:18 -04:00
parent 8f44c516e1
commit a9b41a8266
1 changed files with 1 additions and 0 deletions

View File

@ -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" />