gpt4 book ai didi

android - 在 Android 上存储不会在更新或卸载时被删除的文件

转载 作者:行者123 更新时间:2023-11-29 18:22:08 25 4
gpt4 key购买 nike

我想将一些数据存储到 Android 设备上的文件(而非数据库)中。目前我使用 Context.getFileDir() 作为父目录。但是,当您更新应用程序时,该目录将被删除。有没有我可以从 Context 使用的目录,当用户去更新应用程序时不会被破坏?是否必须是 SD 卡,因为并非所有手机都普遍可用?

最佳答案

However, when you update the app that directly gets deleted.

不,不是。

Is there a directory I can use from Context that won't get wacked when the user goes to update the application?

没有文件会“在用户更新应用程序时被破坏”。

板载闪存中的所有文件都将“在用户卸载应用程序时被破坏”。

Does it have to be the SD Card since that's not always generally available on all phones?

外部存储在所有装有 Android 电子市场的 Android 设备上“普遍可用”。它可能在特定情况下不可用(例如,它安装在主机 PC 上,外部存储是可移动的并且实际上已被删除)。

关于android - 在 Android 上存储不会在更新或卸载时被删除的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4834338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com