You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can choose between internal, external application storage and (new) custom storage. If you choose custom storage a CreateDocument() (for creating a backup file) or OpenDocument() (for choosing a backup file to restore) Activity will be opened
37
46
38
47
### Upgrading Notes
39
-
-```.context(this)``` changed to ```val backup = RoomBackup(this)``` and must be declared outside of an onClickListener
40
48
41
-
-```.useExternalStorage(false)``` is replaced with ```.backupLocation(backupLocation: Int)```. See [README.md](readme.md)
49
+
-`.context(this)` changed to `val backup = RoomBackup(this)` and must be declared outside of an
50
+
onClickListener
51
+
52
+
-`.useExternalStorage(false)` is replaced with `.backupLocation(backupLocation: Int)`.
0 commit comments