Tagged in

Android Permissions

TrinityTuts
TrinityTuts
Trinity tuts is a programming blog for developer and beginners who want to learn different technology like google, website, php, ajax, android, jquery, css
More information
Followers
41
Elsewhere
More, on Medium

Request runtime permissions in Android — trinitytuts

From Android 6.0 (Marshmallow) API 23 you need to request permission when users install and launch your app. You can also request permission in run time like when your app needs to access the camera you can request permission to access…