Replies: 1 comment
-
I think the intent behind the target api restrictions is to provide incentive for app developers/publishers to stay current and try and increase the adoption of newer Android features. There can indeed be security features that benefit from this requirement, but as long as the minSDK is set lower for app compatibility the security risk of older android versions remains. I would think getting the correct parameters of targetSDK, and minSDK for your app is a function of your security threat model and the compatibility requirements of your user base. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Google play which is arguably the most popular app store for android applications have a strict target sdk requirements for app listing now.
https://developer.android.com/google/play/requirements/target-sdk
This helps in curbing a large number of issues with app compatibility and security issues in older sdk's also.
I was wondering do we want to make a mention of this anywhere in the guide or we consider that this is a one store requirements and doesnt do justice to note this in the guide.
Beta Was this translation helpful? Give feedback.
All reactions