Is it possible to override methods on the android activity?
For example I'm working on https://github.com/matthunz/permissions and I want to find a way to override onRequestPermissions for the activity. If this isn't possible yet I'm thinking a trait with these methods on it would be a cool idea