在使用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,但是,一步一步操作
之后并没有发现这个类,也就是没有动态的产生,这是什么原因,有遇到的请会帮助下,谢谢。
我试过了 @RuntimePermissions @NeedsPermission 等这几个权限加上后 一定要重新build一下才能生成那个类的