Allow for more memory on 4.x devices via largeHeap in manifest
This commit is contained in:
parent
afbcd9935c
commit
0ce555abeb
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
<application android:icon="@drawable/icon" android:label="@string/app_name"
|
||||||
android:debuggable="true" android:name="net.osmand.plus.OsmandApplication" android:configChanges="locale"
|
android:debuggable="true" android:name="net.osmand.plus.OsmandApplication" android:configChanges="locale"
|
||||||
android:theme="@style/OsmandDarkTheme"
|
android:theme="@style/OsmandDarkTheme"
|
||||||
android:backupAgent="net.osmand.plus.OsmandBackupAgent" android:restoreAnyVersion="true">
|
android:backupAgent="net.osmand.plus.OsmandBackupAgent" android:restoreAnyVersion="true" android:largeHeap="true">
|
||||||
|
|
||||||
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
|
<meta-data android:name="com.sec.android.support.multiwindow" android:value="true"/>
|
||||||
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:resource="@dimen/app_defaultsize_w" />
|
<meta-data android:name="com.sec.android.multiwindow.DEFAULT_SIZE_W" android:resource="@dimen/app_defaultsize_w" />
|
||||||
|
|
Loading…
Reference in a new issue