鸟语天空
Android存储目录
post by:追风剑情 2017-6-22 10:46
getCacheDir()
/data/user/0/{包名}/cache
getExternalCacheDir()
/storage/emulated/0/Android/data/{包名}/cache
getFilesDir()
/data/user/0/{包名}/files
getExternalFilesDir("")
/storage/emulated/0/Android/data/{包名}/files
getExternalFilesDir(Environment.DIRECTORY_MUSIC)
/storage/emulated/0/Android/data/{包名}/files/Music
getFileStreamPath("")
/data/user/0/{包名}/files
getFileStreamPath(Environment.DIRECTORY_MUSIC)
/data/user/0/{包名}/files/Music

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容