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.
我的应用程序是否可以通过adb backup和处理备份和恢复完成时的事件adb restore?我想在恢复完成后检查我的文件的完整性。
adb backup
adb restore
并不真地。这是由系统服务运行的,您不会收到有关它的通知。如果文件的完整性对您很重要,您可能应该在每次启动时或定期检查。