android install the app from other app

http‮ww//:s‬w.lautturi.com
android install the app from other app
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(
    new File(Environment.getExternalStorageDirectory() +  "/Download/yourApkFromAssets.apk")
), "application/vnd.android.package-archive");
Created Time:2017-09-17 13:58:29  Author:lautturi