Android代码 RxPermissions
RxPermissions This library allows the usage of RxJava with the new Android M permission model. Setup To use this library your minSdkVersion must be >= 11. In your build.gradle : repositories { jcenter() // If not already there } dependencies { compile 'com.tbruyelle.rxpermissions:rxpermiss
下载地址
用户评论