talent1
دوشنبه 11 آبان 1394, 12:15 عصر
بعد از دانلود نسخه جدید از این کد استفاده میکنم .
File root = android.os.Environment.getExternalStorageDirectory ();
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(root.getAbsolutePath() + "/app.apk")), "application/vnd.android.package-archive");
startActivity(intent);
ولی این خطا رو میده !
136415
:متفکر:
File root = android.os.Environment.getExternalStorageDirectory ();
Intent intent = new Intent(Intent.ACTION_VIEW);
intent.setDataAndType(Uri.fromFile(new File(root.getAbsolutePath() + "/app.apk")), "application/vnd.android.package-archive");
startActivity(intent);
ولی این خطا رو میده !
136415
:متفکر: