Permissions on Android M

Updated 14 December 2016

Save

As we know that with Android M, Google launched a new feature of Requesting Permission at Run Time i.e User don’t need to accept for all the permissions you are asking for, while installing the app. That’s why for all the m devices your app has to ask for permission during run time.

So how will we do that. Here we will discuss how to do that. You just need to place a check where you want that particular permission. For-example lets say my app has a download feature so I will need

then just add the below code where you are providing the downloading functionality.

The marked line will be responsible for asking user for Grating Permission if Permission is not given. Once a permission is granted it will not be asked for again. And with this you are ready to go!! Happy Coding!!

author
. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Start a Project


    Message Sent!

    If you have more details or questions, you can reply to the received confirmation email.

    Back to Home