Permissionsdispatcher: Create Android Annotation plugin

Created on 9 May 2016  路  2Comments  路  Source: permissions-dispatcher/PermissionsDispatcher

Ref. https://github.com/hotchemi/PermissionsDispatcher/issues/139#issuecomment-217834223

Now Android Annotation has a plugin system so we can create plugin for permissionsdispatcher.

contributionwelcome enhancement

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.

All 2 comments

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!

Was this page helpful?
0 / 5 - 0 ratings