I want to view pop up like OLA app for ask permission only one time to user(do not need more click for user ) . I am using this example and no other concept or logic found out any where enter link description here
Asked
Active
Viewed 356 times
1 Answers
0
Android Runtime Permissions are categorized into two parts Normal and Dangerous Permissions
Normal Permissions: They Just to be added in manifest
Dangerous Permissions: They need to asked at runtime from user.
All dangerous Android system permissions belong to permission groups.
you can request a group permission and all permissions in a group will be granted in single click but if you need some permission from different groups then you will see different popups from system.
Hope you understand the structure.

Community
- 1
- 1

Sohail Zahid
- 8,099
- 2
- 25
- 41
-
so how to do this with ola app – Essar Jul 19 '16 at 09:22
-
@Essar kindly send ola app link. – Sohail Zahid Jul 19 '16 at 09:28
-
ola app link for android -https://play.google.com/store/apps/details?id=com.olacabs.customer – Essar Jul 19 '16 at 09:31
-
have you any idea about this so plz let me know – Essar Jul 19 '16 at 10:44
-
@Essar sory dear cant be able to run because i have downgraded my OS version. – Sohail Zahid Jul 19 '16 at 10:45