Home
last modified time | relevance | path

Searched refs:shortcutIntent (Results 1 – 1 of 1) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/app/
DLauncherShortcuts.java124 Intent shortcutIntent = new Intent(Intent.ACTION_MAIN); in setupShortcut() local
125 shortcutIntent.setClassName(this, this.getClass().getName()); in setupShortcut()
126 shortcutIntent.putExtra(EXTRA_KEY, "ApiDemos Provided This Shortcut"); in setupShortcut()
131 intent.putExtra(Intent.EXTRA_SHORTCUT_INTENT, shortcutIntent); in setupShortcut()