Ref. https://github.com/hotchemi/PermissionsDispatcher/issues/139#issuecomment-217834223
Now Android Annotation has a plugin system so we can create plugin for permissionsdispatcher.
I've created such a plugin. You can check it out here: https://github.com/AleksanderMielczarek/AndroidAnnotationsPermissionsDispatcherPlugin
It's very simple. It just removes @RuntimePermissions from generated class.
Awesome! I'll test it later! Really appreciated!
Most helpful comment
I've created such a plugin. You can check it out here: https://github.com/AleksanderMielczarek/AndroidAnnotationsPermissionsDispatcherPlugin
It's very simple. It just removes @RuntimePermissions from generated class.