- remove xlargescreens directive from default android manifest

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9065 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2012-01-15 20:54:20 +00:00
parent 60f7963cf4
commit ae451abf52

View File

@ -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");