[ 
https://issues.apache.org/jira/browse/CB-10894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15201987#comment-15201987
 ] 

Alexis Kofman commented on CB-10894:
------------------------------------

An other solution could be to keep the original config files in the project 
sources. I mean, why don't we keep AndroidManifest.xml or info.plist out of the 
Cordova bundle and just adding a link from the config.xml file :

<config path='path/to/AndroidManifest.xml'/>

Then cordova-lib could create a symlink toward this target. No more element to 
maintain.
What do you think ?

> 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
>            Assignee: Joe Bowser
>
> 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