Tuesday, June 7, 2016

Requesting Runtime Permissions in Android M and N

Starting from Android Marshmallow (API 23), users will be asked for permissions while the app is running. This way, a user is able to choose which permissions they should grant without affecting the application flow.

In this tutorial I will show you how to perform a runtime request for a permission, get its result and then handle it.

There are many user-permissions in Android but I am only going to focus on some of the most used.

Continue reading %Requesting Runtime Permissions in Android M and N%


by Theodhor Pandeli via SitePoint

No comments:

Post a Comment