RxPermissions Versions Save

Android runtime permissions powered by RxJava2

0.2.0

8 years ago
  • RxPermissions is now a singleton gettable with getInstance(Context).
  • Add an internal activity to handle the onRequestPermissionsResult so it's no more needed to override this method in the client activity.