commit 2d6a7b35c0b29d8fbc0cd9d389ff2144fbc64138 Author: Nathan Freitas nathan@freitas.net Date: Wed Jun 11 07:50:33 2014 -0400
renable large heap request --- AndroidManifest.xml | 1 + 1 file changed, 1 insertion(+)
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 7c97a84..2577b01 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -22,6 +22,7 @@ android:theme="@style/Theme.AppCompat" android:allowBackup="false" android:allowClearUserData="true" + android:largeHeap="true" >
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"
tor-commits@lists.torproject.org