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
**If this version makes any technical problems please feel free to contact me. I made some changes in Gradle/Kotlin DSL and not sure if everything is working as excepted**
54
+
**If the version makes any technical problems please feel free to contact me. I made some changes in
55
+
Gradle/Kotlin DSL and not sure if everything is working as excepted**
55
56
56
57
Usage
57
58
-----------
@@ -69,6 +70,7 @@ Usage
69
70
**Attention**
70
71
Must be declared outside of an onClickListener before lifecycle state changes to started
71
72
73
+
72
74
```kotlin
73
75
RoomBackup(this)
74
76
```
@@ -143,11 +145,11 @@ The following options are optional and the default options
143
145
*Private, storage not accessible
144
146
*This files will be deleted, if you uninstall your app
145
147
* ```RoomBackup.BACKUP_FILE_LOCATION_INTERNAL```
146
-
*CustomDialog
148
+
*CustomDialog (beta)
147
149
*You can choose to save or restore where ever you want. ACreateDocument() orOpenDocument() Activity will be launched where you can choose the location
148
150
*If your backup is encrypted I reccomend you using a custom encrption password else you can't restore your backup
0 commit comments