連結已複製
10 回應
Another Metod is..
Intent intent=newIntent(Intent.ACTION_VIEW); intent.setDataAndType(Uri.fromFile(newFile(path+"/<application_name>.apk")),"application/vnd.android.package-archive");
startActivity(intent);
And this is the permissions..
<uses-permission android:name="android.permission.INSTALL_PACKAGES" />
