Browse Source

SDK:
- remove xlargescreens directive from default android manifest

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 13 years ago
parent
commit
1de2506bc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      jme3-android/src/com/jme3/gde/android/AndroidSdkTool.java

+ 1 - 1
jme3-android/src/com/jme3/gde/android/AndroidSdkTool.java

@@ -300,7 +300,7 @@ public class AndroidSdkTool {
             if (screensElement == null) {
             if (screensElement == null) {
                 screensElement = configuration.createElement("supports-screens");
                 screensElement = configuration.createElement("supports-screens");
                 screensElement.setAttribute("android:anyDensity", "true");
                 screensElement.setAttribute("android:anyDensity", "true");
-                screensElement.setAttribute("android:xlargeScreens", "true");
+//                screensElement.setAttribute("android:xlargeScreens", "true");
                 screensElement.setAttribute("android:largeScreens", "true");
                 screensElement.setAttribute("android:largeScreens", "true");
                 screensElement.setAttribute("android:smallScreens", "true");
                 screensElement.setAttribute("android:smallScreens", "true");
                 screensElement.setAttribute("android:normalScreens", "true");
                 screensElement.setAttribute("android:normalScreens", "true");