Skip to content

Instantly share code, notes, and snippets.

@cybercoder-naj
Created June 3, 2022 10:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cybercoder-naj/545af1b74fb154321c5b79359c8b3125 to your computer and use it in GitHub Desktop.
Save cybercoder-naj/545af1b74fb154321c5b79359c8b3125 to your computer and use it in GitHub Desktop.
<shortcuts xmlns:android="http://schemas.android.com/apk/res/android">
<shortcut
android:shortcutId="mainShortcut"
android:enabled="true"
android:shortcutShortLabel="@string/shortcut_main_short_label">
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="com.nishant.shortcuts"
android:targetClass="com.nishant.shortcuts.MainActivity">
<extra android:name="content_key" android:value="Msg from shortcut" />
</intent>
</shortcut>
</shortcuts>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment