RxPermissions icon indicating copy to clipboard operation
RxPermissions copied to clipboard

android O Permissions has change

Open sungerk opened this issue 7 years ago • 3 comments

sungerk avatar Aug 14 '17 07:08 sungerk

@sungerk what are the changes?

saket avatar Aug 22 '17 17:08 saket

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)?

super-hu avatar Sep 01 '17 07:09 super-hu

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 ?

tbruyelle avatar Sep 02 '17 17:09 tbruyelle