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.
有没有办法找出来?
我的想法是读取设置文件的最后修改日期,但据我所知,这在无根手机上是不可能的......
我突然想到了一个想法,但我不确定这是否能很好地实施。在提交SharedPreference总是更新密钥last_modified时,使用System.currentTimeMillis(). 如果您的应用程序有任何最终提交(假设您每次在onDestroy方法上提交任何数据),那么您只能保存last_modifiedthen. 否则你必须每次更新它。这绝对是开销。
SharedPreference
last_modified
System.currentTimeMillis()
onDestroy