permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.22k stars 1.44k forks source link

Support internal fragment definition #605

Closed hotchemi closed 5 years ago

hotchemi commented 5 years ago

Requested by user. https://gist.github.com/satoshun/51e73ff509363dcdf7d463695d2fe6f1

mannodermaus commented 5 years ago

I suppose the fix for this would be to add the internal modifier to the generated methods, too. This should be trivial enough!

mannodermaus commented 5 years ago

Submitted for review