[
https://issues.apache.org/jira/browse/CB-10894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15200056#comment-15200056
]
ASF GitHub Bot commented on CB-10894:
-------------------------------------
GitHub user akofman opened a pull request:
https://github.com/apache/cordova-android/pull/280
CB-10894 Add supports-screens config from the config.xml file
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/akofman/cordova-android master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cordova-android/pull/280.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #280
----
commit 531dec0c66012bca6abc8b6ba7376fd36b900478
Author: Alexis Kofman <[email protected]>
Date: 2016-03-17T17:05:39Z
CB-10894 Add supports-screens config from the config.xml file
----
> 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]