my app has minSdkVersion = 8, targetSdkVersion = 15 and SDK build version = 8. In general it works well, including on ICS but I would like to provide few more features to ICS users, for example resizeable widgets. This requires increasing also the SDK build version to 15.
我对安普森静态安全感到关切。 例如,如果我无意中使用旧电话上无法提供的亚普特特征。
What are good practices to handle SDK build version > minSdkVersion? How can I verify before shipping a new version that it does not break on old phones? What are good practices to address it?