commit 90848b00d65309b25c9fba9d1b61d2e386c67d3b Author: Nathan Freitas nathan@freitas.net Date: Mon May 5 00:01:07 2014 -0400
reduce memory usage of app and make single process --- AndroidManifest.xml | 2 -- 1 file changed, 2 deletions(-)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f2c7bb9..9d95321 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" >
<activity android:name=".Orbot" android:configChanges="orientation|screenSize" @@ -84,7 +83,6 @@ <service android:enabled="true" android:name=".service.TorService" android:exported="false" - android:process=":remote" android:permission="org.torproject.android.MANAGE_TOR" > <intent-filter>
tor-commits@lists.torproject.org