ParkSangGwon / TedPermission

Easy check permission library for Android Marshmallow
1.74k stars 238 forks source link

Grant all permition on one Go #76

Closed NALAWALAMURTUZA closed 6 years ago

NALAWALAMURTUZA commented 6 years ago

My Client needs to grant all permissions in ONE GO. So is it possible if possible please Share code for that.

ParkSangGwon commented 6 years ago

@NALAWALAMURTUZA What do you mean all permissions You can request all permissions at once.

NALAWALAMURTUZA commented 6 years ago

@ParkSangGwon Thank for reply.

in my application we asking all needed permissions (with alert). and one user accepts all one by one permission. then we will redirect to the login screen.

so my client wants only one alert with all promotion. and if they click on Grant all permissions app will redirect to the login screen. not want multiple alerts to grant permission.