Alexis Kofman created CB-10894:
----------------------------------

             Summary: Add supports-screens support from the config.xml file
                 Key: CB-10894
                 URL: https://issues.apache.org/jira/browse/CB-10894
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Android
            Reporter: Alexis Kofman
            Priority: Minor


Let the availability to configure supported screens from the config.xml file :

{code:xml}
    <preference name="android-smallScreens" value="false"/>
    <preference name="android-largeScreens" value="false"/>
    <preference name="android-normalScreens" value="false"/>
    <preference name="android-xlargeScreens" value="false"/>
    <preference name="android-resizeable" value="false"/>
    <preference name="android-anyDensity" value="false"/>
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to