Searched refs:startMain (Results 1 – 1 of 1) sorted by relevance
242 Intent startMain = new Intent(Intent.ACTION_MAIN); in handleCloseApplication() local243 startMain.addCategory(Intent.CATEGORY_HOME); in handleCloseApplication()244 startMain.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK); in handleCloseApplication()245 startActivity(startMain); in handleCloseApplication()