Какое имя пакета?
Код: Выделить всё
Intent launchIntent = MainActivity.mainActivity.getPackageManager().getLaunchIntentForPackage("x.y.z");
if (launchIntent != null) {
startActivity(launchIntent);
}
Подробнее здесь: https://stackoverflow.com/questions/792 ... ndroid-app
Мобильная версия