kobakei/grenade

Support for default intent options (action, flags etc.) from annotation

dominikmicuta opened this issue · 0 comments

Something like:
@navigator(
action = "ACTION",
flags = {Intent.FLAG_ACTIVITY_NEW_TASK, Intent.FLAG_ACTIVITY_CLEAR_TASK}
)