将原始文件保存到内部存储器中
我在 raw 文件夹中有一个文本文件,现在我想将其保存在 android 平台的内部存储中的某个位置,以便它不可访问。
如果有人可以帮助我,请。提前致谢。
I have a text file in raw folder and now i want to save it somewhere in the internal storage in android platform so that it is non-accessible.
Please if someone can help me out. Thanx in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
像这样的东西应该可以工作
有关 InternalStorage 的更多信息
Something like this should work
More info about InternalStorage