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.
如果不幸删除了联系人或消息,我需要恢复该联系人以及如何执行此操作的消息。如果有什么事要做。
如果您在官方应用程序删除它们时看到意图传递,您可以希望拦截要删除的消息或联系人。然后,您可以编写一个广播接收器来拦截该意图并将数据保存到“回收站”。
否则,您将做的将非常接近备份解决方案:将用户操作的所有内容保存到联系人/消息数据库的副本中,并为用户提供恢复它们的机会......并且已经有很多备份应用程序.