- remove xlargescreens directive from default android manifest

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 13 years ago
parent 60f7963cf4
commit ae451abf52
  1. 2
      sdk/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");

Loading…
Cancel
Save