Android 6.0运行时权限之PermissionsDispatcher的使用中
在使用PermissionsDispatcher的过程中,Android 6.0权限运行时,第三方框架
Now you can use the class that generated by annotation processing.
In this case the class name is MainActivityPermissionsDispatcher.
It has methods ends with WithCheck and onRequestPermissionsResult.
Only you have to do is delegating the work to them.
你可以使用注解产生的类,名字叫做MainActivityPermissionsDispatcher,但是,一步一步操作
之后并没有发现这个类,也就是没有动态的产生,这是什么原因,有遇到的请会帮助下,谢谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我试过了 @RuntimePermissions @NeedsPermission 等这几个权限加上后 一定要重新build一下才能生成那个类的
请问你的问题解决了吗?我也遇到了这个问题,想请教您怎么处理