| Tom Jackman Thinking about this issue and I am question if there is enough value in adding this check. The main concerns are: 1. Only checking for the latestOS doesn't give a lot of value. As we knew it, for Android, at least 90% percent of the devices will not running on the latest OS when a new version of Android is released. 2. To make it useful, we could allow developers to specify a minimum version of the Android. But that is exactly what the `minApiLevel` setting is for. It allows developers to specify the minimum OS version requirement. can you think of anything that will provide extra value to developers? Summers Pittman Daniel Passos What do you guys think? |