Conversation

Lol, just noticed the comment in SO: Command adb restore are not install .apk back. Actually, this command is only write back system and data files. -Android dev site adb help says: adb restore <file> - restore device contents from the <file> backup archive
1
Replying to and
Apps can disable backups or limit it to a subset of their internal data since it would be broken to do it in some cases. For example, Signal disables it for security reasons and it wouldn't be able to work anyway since the database is encrypted with the hardware-backed keystore.
1
Show replies