One of the best Prodigy hacks. Contribute to rxzyx/prodigy-hack development by creating an account on GitHub.
. maven { url 'https://jitpack.io' } } } dependencies { implementation 'com.github.tbruyelle:rxpermissions:0.10.2' }UsageCreate a RxPermissions instance :final RxPermissions rxPermissions = new RxPermissions(this); // where this is an Activity or Fragment instance...