为“永远”储蓄Android 手机中的信息

发布于 2024-10-24 22:14:47 字数 254 浏览 2 评论 0原文

您好,我正在为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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

葮薆情 2024-10-31 22:14:47

去sqlite 数据库

你可以使用SqliteOpenHelper 用于存储和检索数据的类

go for sqlite database

you can use SqliteOpenHelper class for storing and retreving data

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文