“Установите приложение из Assest Of другого приложения” Ответ

Установите приложение из Assest Of другого приложения

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(
    new File(Environment.getExternalStorageDirectory() +  "/Download/yourApkFromAssets.apk")
), "application/vnd.android.package-archive");
Mohamed Boumlyk

Установите приложение из Assest Of другого приложения

Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(
    new File(Environment.getExternalStorageDirectory() +  "/Download/yourApkFromAssets.apk")
), "application/vnd.android.package-archive");
Mohamed Boumlyk

Ответы похожие на “Установите приложение из Assest Of другого приложения”

Вопросы похожие на “Установите приложение из Assest Of другого приложения”

Смотреть популярные ответы по языку

Смотреть другие языки программирования