removed largeheap value
This commit is contained in:
parent
cfc8a995a0
commit
e2e00ccc6a
|
@ -4,7 +4,6 @@
|
||||||
android:versionName="14.0.0-ALPHA-4"
|
android:versionName="14.0.0-ALPHA-4"
|
||||||
android:versionCode="93"
|
android:versionCode="93"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
|
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="19"/>
|
||||||
|
@ -22,9 +21,6 @@
|
||||||
android:theme="@style/Theme.AppCompat"
|
android:theme="@style/Theme.AppCompat"
|
||||||
android:allowBackup="false"
|
android:allowBackup="false"
|
||||||
android:allowClearUserData="true"
|
android:allowClearUserData="true"
|
||||||
android:largeHeap="true"
|
|
||||||
|
|
||||||
|
|
||||||
>
|
>
|
||||||
|
|
||||||
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"
|
<activity android:name=".Orbot" android:configChanges="orientation|screenSize"
|
||||||
|
|
Loading…
Reference in New Issue