码迷,mamicode.com
首页 > 移动开发 > 详细

android 获取系统默认路径

时间:2014-09-02 17:35:25      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:android   ar   sp   on   c   ad   res   app   file   

Environment.getDataDirectory().getPath() : /data
Environment.getDownloadCacheDirectory().getPath()  : /cache
Environment.getExternalStorageDirectory().getPath(): /mnt/sdcard
Environment.getRootDirectory().getPath()           : /system
Context.getCacheDir().getPath()                    : /data/data/com.zhd/cache
Context.getExternalCacheDir().getPath()            : /mnt/sdcard/Android/data/com.zhd/cache
Context.getFilesDir().getPath()                    : /data/data/com.zhd/files
Context.getObbDir().getPath()                      : /mnt/sdcard/Android/obb/com.zhd
Context.getPackageName()                           : com.zhd
Context.getPackageCodePath()                       : /data/app/com.zhd-1.apk
Context.getPackageResourcePath()                   : /data/app/com.zhd-1.apk

android 获取系统默认路径

标签:android   ar   sp   on   c   ad   res   app   file   

原文地址:http://www.cnblogs.com/ycxyyzw/p/3951737.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!