In Android Marshmallow, app permissions are requested as the app needs access to specific content.
When first accessing a feature that requires user permission, you must choose whether to allow permission.
If you allow permission, the app is allowed to access specific features from other apps or view phone info.
If you do not allow permissions, app features may be restricted or won’t work.
Notes