Is there an easy way to identify all the API calls that the Android application allows you to adapt to use run-time permissions in Android M (6, API 23)?
It seems like you just need to find out by testing, trial version and bugs or expert knowledge (for example: uploading API documents and source code). I expected Google to release a migration tool, but I did not see any evidence of this. It doesn't look like this will make your applications vulnerable to run-time crashes if someone disables permission access after installation, even if you don't use runtime permission tags in the manifest.
What are the best migration methods for runtime permissions?
source share