commit 9f311a2d89ec0d13bef380c0ef235aa58760b334 Author: Nathan Freitas nathan@freitas.net Date: Fri Oct 24 01:15:14 2014 -0400
update service config to run in same process, and not use largeheap --- AndroidManifest.xml | 3 --- 1 file changed, 3 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 22a6e6b..2ec54b5 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,7 +22,6 @@ android:theme="@style/Theme.AppCompat" android:allowBackup="false" android:allowClearUserData="true" - android:largeHeap="true" android:persistent="true" >
@@ -85,9 +84,7 @@
<service android:enabled="true" android:name=".service.TorService" - android:exported="false" android:permission="org.torproject.android.MANAGE_TOR" - android:process=":remote" > <intent-filter> <action android:name="org.torproject.android.service.ITorService" />