While implementing the static Shortcuts using shortcut.xml, i would like to pass few bundle extras with my intent.
need the passed extras to decide on few functionality in the target class after launching the app.
is it possible to access the extras? how and where to access it?
Any leads would be highly appreciated
I'm not sure if there is another way, but I use this:
Then you can access extras as usual.
Than why don't you create dynamic shortcuts?
You can pass whatever you want to send in
Intent
and access it to receiver activity.