吧务
level 13
⒙⑨⒐Ж藍
楼主
android中获取当前程序路径
http://www.cnblogs.com/kissazi2/archive/2012/09/25/2701298.html
(1)android中获取当前程序路径
getApplicationContext().getFilesDir().getAbsolutePath()
(2)android取已安装的程序列表
List<PackageInfo> packageInfoList = getPackageManager().getInstalledPackages(0);
(3)对安装路径的说明
http://developer.android.com/guide/appendix/install-location.html
2016年05月17日 13点05分
1
http://www.cnblogs.com/kissazi2/archive/2012/09/25/2701298.html
(1)android中获取当前程序路径
getApplicationContext().getFilesDir().getAbsolutePath()
(2)android取已安装的程序列表
List<PackageInfo> packageInfoList = getPackageManager().getInstalledPackages(0);
(3)对安装路径的说明
http://developer.android.com/guide/appendix/install-location.html