Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我开发了一个小型应用程序,其中包含长时间运行的服务,它监听传入的 UDP 消息。
我正在将一些数据保存到我的内部存储中。
通常一切都很好,即使重启后我也可以从内部存储中取回我的数据。
昨天我的应用程序正在运行,电池电量耗尽。我注意到我在内部存储中的一些数据消失了。
电池耗尽时,android会删除我的文件吗?
不,不是,除非您亲自从设置中“清除应用程序数据”。