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 <[email protected]> Authored: Tue Apr 5 15:06:04 2016 -0700 Committer: Harbs <[email protected]> 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. -->
