IntentBuilder icon indicating copy to clipboard operation
IntentBuilder copied to clipboard

Ability to set intent special options (action, flags) in builder and defaults of these values

Open dominikmicuta opened this issue 8 years ago • 0 comments

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

dominikmicuta avatar May 11 '16 14:05 dominikmicuta