I'd like to know if it is possible to trigger programmatically the installation of an apk that is on the card ?
Intent intent = new Intent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(new File(fileName)), "application/vnd.android.package-archive"); startActivity(intent);
(courtesy of anddev.org)
1.4m articles
1.4m replys
5 comments
57.0k users