Intent intent = new Intent();
ComponentName componentName = new ComponentName("com.iotek.ListviewGesture", "com.iotek.ListviewGesture.ListviewGestureActivity");
intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(componentName);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
// startActivitySafely(intent, null);
ComponentName componentName = new ComponentName("com.iotek.ListviewGesture", "com.iotek.ListviewGesture.ListviewGestureActivity");
intent = new Intent(Intent.ACTION_MAIN);
intent.setComponent(componentName);
intent.addCategory(Intent.CATEGORY_LAUNCHER);
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK | Intent.FLAG_ACTIVITY_RESET_TASK_IF_NEEDED);
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
startActivity(intent);
// startActivitySafely(intent, null);