InterviewSolution
Saved Bookmarks
| 1. |
How Is An App Granted The Permissions Requested? |
|
Answer» An APP MUST be granted PERMISSIONS by the USER who is installing it and users can grant only the permissions that they have; the user installing the app must be able to grant all permissions required by the app, or app INSTALLATION fails. An app must be granted permissions by the user who is installing it and users can grant only the permissions that they have; the user installing the app must be able to grant all permissions required by the app, or app installation fails. |
|