简体   繁体   English

AndroidManifest.xml写入文件系统有没有办法

[英]AndroidManifest.xml writing to file system is there a way

is there a setting I can set in AndroidManifest.xml to have my app write to the file system and not just the sdcard? 我可以在AndroidManifest.xml中进行设置吗,让我的应用程序不仅可以写入sdcard,还可以写入文件系统?

*cheers *干杯

You should use one of the options for data storage defined here for storing your data. 您应该使用此处定义的数据存储选项之一来存储数据。 For accessing other places you will probably need root privileges. 要访问其他地方,您可能需要root权限。

尝试实现SQLite数据库 :这是一个教程,外加概述SDK参考

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM