update service config to run in same process, and not use largeheap
This commit is contained in:
parent
2d98a29d82
commit
9f311a2d89
|
@ -22,7 +22,6 @@
|
||||||
android:theme="@style/Theme.AppCompat"
|
android:theme="@style/Theme.AppCompat"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
android:largeHeap="true"
|
|
||||||
android:persistent="true"
|
android:persistent="true"
|
||||||
>
|
>
|
||||||
|
|
||||||
|
@ -85,9 +84,7 @@
|
||||||
|
|
||||||
<service android:enabled="true"
|
<service android:enabled="true"
|
||||||
android:name=".service.TorService"
|
android:name=".service.TorService"
|
||||||
android:exported="false"
|
|
||||||
android:permission="org.torproject.android.MANAGE_TOR"
|
android:permission="org.torproject.android.MANAGE_TOR"
|
||||||
android:process=":remote"
|
|
||||||
>
|
>
|
||||||
<intent-filter>
|
<intent-filter>
|
||||||
<action android:name="org.torproject.android.service.ITorService" />
|
<action android:name="org.torproject.android.service.ITorService" />
|
||||||
|
|
Loading…
Reference in New Issue