Home | History | Annotate | Download | only in launcher2

Lines Matching refs:createShortcutIntent

1797         Intent createShortcutIntent = new Intent(Intent.ACTION_CREATE_SHORTCUT);
1798 createShortcutIntent.setComponent(componentName);
1799 processShortcut(createShortcutIntent);