Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
1de2506bc3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) {
                 screensElement = configuration.createElement("supports-screens");
                 screensElement.setAttribute("android:anyDensity", "true");
-                screensElement.setAttribute("android:xlargeScreens", "true");
+//                screensElement.setAttribute("android:xlargeScreens", "true");
                 screensElement.setAttribute("android:largeScreens", "true");
                 screensElement.setAttribute("android:smallScreens", "true");
                 screensElement.setAttribute("android:normalScreens", "true");