为“永远”储蓄Android 手机中的信息
您好,我正在为Android创建应用程序,无论哪种类型,但我需要存储一些信息,这些信息非常重要,因为它是应用程序的注册和未来设置的结果,现在在管理应用程序中有一个可以清除数据的按钮,有什么办法可以禁用它吗?我在互联网上发现了一些帖子,人们写着“不,这是不可能的”。 或者,如果我将使用内部存储来保存该信息,如果用户按下“清除数据”,它也会删除内部存储中的文件吗? 我还可以使用 IMEI 来识别手机用户,但如果 IMEI 号码不可用怎么办?
我真的需要帮助,知道我该怎么做吗?
Hello I'm creating application for android no mater what kind but I need to store some information that information are so important because it's kind of result of registration and future settings for application, and now in managing application there is a button which can clear data, is there any way to disable it? I found some threads in internet where people writing that no it's impossible.
Or maybe if I'll use internal storage to save that information if the user will press "clear data" it'll also delete files in internal storage or not?
I can also use IMEI to identify phone user but what if the IMEI number will be unavailable?
I really need help any idea how I can do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
去sqlite 数据库
你可以使用SqliteOpenHelper 用于存储和检索数据的类
go for sqlite database
you can use SqliteOpenHelper class for storing and retreving data