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
Than why don't you create dynamic shortcuts?
You can pass whatever you want to send in
Intentand access it to receiver activity.