I'm on Android 16 using the latest LaunchTime. I want to use backup/restore to migrate to a new device.
After taking a new backup, I can show the external backup options and choose to "Copy selected backup to filesystem". All I see is a transient message stating "Boo".
I've checked the app permissions and the only permission I can grant is for notifications. There's no file access permissions I can grant.
Using adb I've tried find /sdcard -name '2025*.zip' for the filename presented on the Backup and Restore view - but nothing is found.
I'm on Android 16 using the latest LaunchTime. I want to use backup/restore to migrate to a new device.
After taking a new backup, I can show the external backup options and choose to "Copy selected backup to filesystem". All I see is a transient message stating "Boo".
I've checked the app permissions and the only permission I can grant is for notifications. There's no file access permissions I can grant.
Using
adbI've triedfind /sdcard -name '2025*.zip'for the filename presented on the Backup and Restore view - but nothing is found.