Is there any performance degradation that reduces the sdk version

I have a published Android application where the minSdk version is set to 8. Since then, I realized that there really is nothing stopping me from lowering this requirement to 3.

Is there a performance hit or something else that is stopping me from doing this?

+5
source share
1 answer

I do not think that a performance problem, a decrease in the minimum version will mean that devices running these versions will be able to run your application.

I would not worry too much about reducing it from 8 to 3, although since 8 is Android 2.2 and higher, it already covers 95% of the market today.

: http://developer.android.com/about/dashboards/index.html

+3

All Articles