IntentBuilder
IntentBuilder copied to clipboard
Ability to set intent special options (action, flags) in builder and defaults of these values
With the builder style creation of intent there is consistency. Problem is when you want do specify intent flags and actions you can no longer only builder but manual change of final intent in another static helper method.
Default values for intent flags, actions etc. in @IntentBuilder anotation would be great. Also ability to set this in builder like in: https://github.com/robertoestivill/intentbuilder