- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
返回文件对象的“getDataDir()”已从 API 24 添加。如果使用它,它要求最低 API 级别为 24。
文档将其用法解释为:
Returns the absolute path to the directory on the filesystem where all private files belonging to this app are stored. Apps should not use this path directly; they should instead use getFilesDir(), getCacheDir(), getDir(String, int), or other storage APIs on this class.
The returned path may change over time if the calling app is moved to an adopted storage device, so only relative paths should be persisted.
No additional permissions are required for the calling app to read or write files under the returned path.
getDataDir()(在 API 24 中添加)与 getFilesDir() 或 Environment.getDataDirectory() 有何不同?
该功能可以在哪些可能的场景下使用?.我知道现有的路径函数 <=23
最佳答案
getFilesDir()
返回的目录将在 getDataDir()
中。两者都与返回所有内部存储的根的 Environment.getDataDirectory()
没有任何关系。
In what possible scenarios can the function be used?
一种情况是对该应用的内部存储上的所有文件实现某种应用内完整备份。
关于android - "getDataDir()"与 getFilesDir 有何不同?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39920986/
返回文件对象的“getDataDir()”已从 API 24 添加。如果使用它,它要求最低 API 级别为 24。 文档将其用法解释为: Returns the absolute path to th
我是一名优秀的程序员,十分优秀!