File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
core/src/main/java/de/raphaelebner/roomdatabasebackup/core Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 44 xmlns : tools =" http://schemas.android.com/tools"
55 android : layout_width =" match_parent"
66 android : layout_height =" match_parent"
7+ android : fitsSystemWindows =" true"
78 android : orientation =" vertical"
89 android : padding =" 16dp"
910 tools : context =" de.raphaelebner.roomdatabasebackup.sample.ActivityAddEditFruit" >
Original file line number Diff line number Diff line change 55 android : id =" @+id/cl_main"
66 android : layout_width =" match_parent"
77 android : layout_height =" match_parent"
8+ android : fitsSystemWindows =" true"
89 android : paddingBottom =" 16dp"
910 tools : ignore =" HardcodedText"
1011 tools : context =" .MainActivity" >
Original file line number Diff line number Diff line change @@ -727,7 +727,7 @@ class RoomBackup(var context: Context) {
727727 openBackupfileCreator.launch(backupFilename)
728728 }
729729 PROCESS_RESTORE -> {
730- openBackupfileChooser.launch(arrayOf(" application/octet-stream" ))
730+ openBackupfileChooser.launch(arrayOf(" application/octet-stream" , " application/vnd.sqlite3 " ))
731731 }
732732 }
733733 }
You can’t perform that action at this time.
0 commit comments