tbruyelle / RxPermissions

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

Update README #269

Closed takecare closed 5 years ago

takecare commented 5 years ago

Creating an instance of RxPermissions with a regular Activity is no longer supported. You have to user either a FragmentActivtiy or a Fragment. The documentation should reflect that.