tbruyelle / RxPermissions

Android runtime permissions powered by RxJava2
Apache License 2.0
10.48k stars 1.31k forks source link

android O Permissions has change #165

Open sungerk opened 7 years ago

saket commented 7 years ago

@sungerk what are the changes?

super-hu commented 7 years ago

The system only grants permission to apply explicit requests. Rather than the same permission group in the list of other permissions are also granted to the application so,Can you put a set of permissions or provide requestEach (String [] ... deinedPermissions)?

tbruyelle commented 7 years ago

The API already provides the hability to pass multiple permissions in the arguments.

About the Android O Permission changes : https://developer.android.com/about/versions/oreo/android-8.0-changes.html#rmp

I don't think there's something to change in this library for that. WDYT ?