[
https://issues.apache.org/jira/browse/CB-7114?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14057306#comment-14057306
]
ASF GitHub Bot commented on CB-7114:
------------------------------------
Github user sgrebnov commented on the pull request:
https://github.com/apache/cordova-lib/pull/56#issuecomment-48583957
http://developer.android.com/guide/topics/manifest/uses-sdk-element.html#max
Future versions of Android (beyond Android 2.0.1) will no longer check or
enforce the maxSdkVersion attribute during installation or re-validation.
Google Play will continue to use the attribute as a filter, however, when
presenting users with applications available for download.
> Android: add support of min/max/target SDK to config.xml
> --------------------------------------------------------
>
> Key: CB-7114
> URL: https://issues.apache.org/jira/browse/CB-7114
> Project: Apache Cordova
> Issue Type: New Feature
> Components: Android, CordovaLib
> Affects Versions: 3.5.0
> Reporter: Sergey Grebnov
> Assignee: Sergey Grebnov
> Priority: Minor
>
> Discussed via mailing list: "Android: add support of min/max/target SDK to
> config.xml"
> Summary:
> Propose to add support of the following Android specific settings to
> config.xml similar to PG Build[2]. Optional, could be used to override
> default template values. I think this could be very useful and will implement
> this if we agree. Thoughts?
> <preference name="android-minSdkVersion" value="10" /> <preference
> name="android-targetSdkVersion" value="19" /> <preference
> name="android-maxSdkVersion" value="20" />
> [1] http://developer.android.com/guide/topics/manifest/uses-sdk-element.html
> [2]
> http://docs.build.phonegap.com/en_US/configuring_preferences.md.html#_android_only
--
This message was sent by Atlassian JIRA
(v6.2#6252)