Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

install the app from assest of 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");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #install #app #assest #app
ADD COMMENT
Topic
Name
1+6 =