mirror of
https://github.com/apache/cordova-android.git
synced 2025-02-01 02:12:58 +08:00
Minor change to Android Manifest for Android 3.2 to force it out of Compatibltiy Mode
This commit is contained in:
parent
eb0e0d9d11
commit
6d532c9fe5
@ -5,6 +5,7 @@
|
|||||||
android:largeScreens="true"
|
android:largeScreens="true"
|
||||||
android:normalScreens="true"
|
android:normalScreens="true"
|
||||||
android:smallScreens="true"
|
android:smallScreens="true"
|
||||||
|
android:xlargeScreens="true"
|
||||||
android:resizeable="true"
|
android:resizeable="true"
|
||||||
android:anyDensity="true"
|
android:anyDensity="true"
|
||||||
/>
|
/>
|
||||||
|
Loading…
Reference in New Issue
Block a user