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.allprojects {
repositories { ...
maven { url 'https://jitpack.io' }
}
}dependencies {
RxPermissions库为Android M及更高版本提供了使用RxJava进行权限管理的方式。它简化了权限请求和处理流程,允许在初始化阶段请求权限,并提供详细的结果观察。在使用时需要注意避免在暂停方法中请求权限,以防无限循环。该库目前在生产环境中稳定运行。
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.allprojects {
repositories { ...
maven { url 'https://jitpack.io' }
}
}dependencies {

被折叠的 条评论
为什么被折叠?
