renable large heap request

This commit is contained in:
Nathan Freitas 2014-06-11 07:50:33 -04:00
parent d7f3f1989d
commit 2d6a7b35c0
1 changed files with 1 additions and 0 deletions

View File

@ -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"