make orbot another background process
This commit is contained in:
parent
8f44c516e1
commit
a9b41a8266
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue