Android - set targetSdkVersion to 22 to avoid runtime permissions, what are the potential problems?
问题 Can somebody summarize the drawbacks to setting the targetSdkVersion to 22 to avoid handling runtime permissions? After reading the Google docs on this and a few other Stack Overflow posts, the only downside I can find is that a user could grant permission at install time, then go into their OS settings and revoke that specific permission for that specific app, and then run the app again. However from a few of the examples I found this is not difficult at all to deal with in code. Is this