[tor-commits] [orbot/master] reduce memory usage of app and make single process
n8fr8 at torproject.org
n8fr8 at torproject.org
Mon May 5 04:09:56 UTC 2014
commit 90848b00d65309b25c9fba9d1b61d2e386c67d3b
Author: Nathan Freitas <nathan at 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>
More information about the tor-commits
mailing list