(1)android中獲取當前程序路徑
getApplicationContext().getFilesDir().getAbsolutePath()
(2)android取已安裝的程序列表
List<PackageInfo> packageInfoList = getPackageManager().getInstalledPackages(0);
(3)對安裝路徑的說明
http://developer.android.com/guide/appendix/install-location.html
setInstallLocation getInstallLocation