[
https://issues.apache.org/jira/browse/CB-10894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202182#comment-15202182
]
Richard B Knoll commented on CB-10894:
--------------------------------------
Yeah, I think that that idea is roughly equivalent to the config-file tag.
Symlinks get weird across platforms so I'd prefer to avoid using those, but we
could easily figure something out there (just copy them over). Having them
outside does become a little bit complicated with how we currently manipulate
AndroidManifest.xml, though. For example, people might get confused when
plugins edit the file.
I guess the real question is if we are afraid of people having giant config.xml
files and thus need to split them up into the individual files or not. I agree
with Joe that we should take this to the dev list
> 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]