You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ha...@apache.org on 2016/04/06 00:06:07 UTC

git commit: [flex-utilities] [refs/heads/develop] - Fixed location of requestedDisplayResolution

Repository: flex-utilities
Updated Branches:
  refs/heads/develop 3d7aa9190 -> 1491d7468


Fixed location of requestedDisplayResolution


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/1491d746
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/1491d746
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/1491d746

Branch: refs/heads/develop
Commit: 1491d74683f6425299623931cd020aeba6f5427a
Parents: 3d7aa91
Author: Harbs <ha...@in-tools.com>
Authored: Tue Apr 5 15:06:04 2016 -0700
Committer: Harbs <ha...@in-tools.com>
Committed: Tue Apr 5 15:06:04 2016 -0700

----------------------------------------------------------------------
 flex-installer/installer/src/InstallApacheFlex-app.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/1491d746/flex-installer/installer/src/InstallApacheFlex-app.xml
----------------------------------------------------------------------
diff --git a/flex-installer/installer/src/InstallApacheFlex-app.xml b/flex-installer/installer/src/InstallApacheFlex-app.xml
index 06c1281..aaad742 100644
--- a/flex-installer/installer/src/InstallApacheFlex-app.xml
+++ b/flex-installer/installer/src/InstallApacheFlex-app.xml
@@ -123,7 +123,8 @@
 
 		<!-- Whether or not to pan when a soft keyboard is raised or lowered (either "pan" or "none").  Optional.  Defaults "pan." -->
 		<!-- <softKeyboardBehavior></softKeyboardBehavior> -->
-	<autoOrients>false</autoOrients>
+		<requestedDisplayResolution>high</requestedDisplayResolution>
+		<autoOrients>false</autoOrients>
         <fullScreen>false</fullScreen>
         <visible>false</visible>
     </initialWindow>
@@ -221,7 +222,6 @@
             ]]>
         </Entitlements> -->
 	<!-- Display Resolution for the app (either "standard" or "high"). Optional. Default "standard" -->
-	<requestedDisplayResolution>high</requestedDisplayResolution>
 	<!-- </iPhone> -->
 
 	<!-- Specify Android specific tags that get passed to AndroidManifest.xml file. -->