Searched refs:homeIntent (Results 1 – 1 of 1) sorted by relevance
89 Intent homeIntent = new Intent(Intent.ACTION_MAIN); in addShortcut() local90 homeIntent.addCategory(Intent.CATEGORY_HOME); in addShortcut()91 homeIntent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in addShortcut()92 context.startActivity(homeIntent); in addShortcut()