Nocuwu Noval
Nocuwu Noval

Reputation: 17

Android app request permission before installation

how to request permission before installation, there is a APK when i click, it will guide to installation page, and there is message :

"Do you want to install this application? it will get access to: --list of required permission---"

Upvotes: 0

Views: 724

Answers (1)

StefanaB
StefanaB

Reputation: 183

Since android marshmallow, is implemented to require the permissions at runtime, rather than at the installation. You can check this link: https://developer.android.com/training/permissions/usage-notes and this explaining video: https://www.youtube.com/watch?v=iZqDdvhTZj0

Upvotes: 1

Related Questions