Android Quick shortcuts [passing intent extra(or some data) in shortcuts.xml ]
问题 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 回答1: I'm not sure if there is another way, but I use this: <intent android:action="android.intent.action.VIEW" android:targetPackage="target.package" android:targetClass="activity