Describe the bug
When the app data is backed up and restored with Seedvault (an Auto Backup provider), the app won't start at all.
These logs were collected with adb logcat -t '2026-04-12 14:20:00.0', which starts immediately before the attempt to open APS was made.
aps.log
This is probably the error:
--------- beginning of crash
04-12 14:23:54.566 8058 8058 E AndroidRuntime: FATAL EXCEPTION: main
04-12 14:23:54.566 8058 8058 E AndroidRuntime: Process: app.passwordstore.agrahn, PID: 8058
04-12 14:23:54.566 8058 8058 E AndroidRuntime: java.lang.RuntimeException: Unable to create application app.passwordstore.Application: javax.crypto.AEADBadTagException
Steps to reproduce
Steps to reproduce the behavior:
- Setup Seedvault.
- Setup Android Password Store with a cloned remote git repository accessed by SSH key, and add a few passwords encrypted with a GPG key.
- Perform a system backup.
- Wipe APS' data and uninstall it — maybe just wiping data is enough, but untested by me.
- Restore APS' data with the backup created in step 3. It should first install the app, then restore its data. It should complete with no issues.
Expected behavior
For now, I'm wiping the app data and reconfiguring it from scratch; only then it works.
The app should run with the restored data.
Screenshots
No response
Device information
- Device: Motorola Moto G32 (devon)
- OS: LineageOS 23 (Android 16)
- App version: 1.16.2
Additional context
No response
Describe the bug
When the app data is backed up and restored with Seedvault (an Auto Backup provider), the app won't start at all.
These logs were collected with
adb logcat -t '2026-04-12 14:20:00.0', which starts immediately before the attempt to open APS was made.aps.log
This is probably the error:
Steps to reproduce
Steps to reproduce the behavior:
Expected behavior
For now, I'm wiping the app data and reconfiguring it from scratch; only then it works.
The app should run with the restored data.
Screenshots
No response
Device information
Additional context
No response