Skip to content

Commit 92b7449

Browse files
committed
Fix SQLite3 backups not recognized on Android 15
1 parent 8c48890 commit 92b7449

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/de/raphaelebner/roomdatabasebackup/core

1 file changed

+1
-1
lines changed

core/src/main/java/de/raphaelebner/roomdatabasebackup/core/RoomBackup.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ class RoomBackup(var context: Context) {
721721
openBackupfileCreator.launch(backupFilename)
722722
}
723723
PROCESS_RESTORE -> {
724-
openBackupfileChooser.launch(arrayOf("application/octet-stream"))
724+
openBackupfileChooser.launch(arrayOf("application/octet-stream", "application/vnd.sqlite3"))
725725
}
726726
}
727727
}

0 commit comments

Comments
 (0)