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
{{ message }}
This repository was archived by the owner on Mar 8, 2024. It is now read-only.
3.Next create an instance of `FilePickerDialog`, and pass `Context` and `DialogProperties` references as parameters. Optional:You can change the title of dialog. Default is current directory name. Set the positive button string. Default is Select. Set the negative button string. Defalut is Cancel.
@@ -91,7 +91,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
91
91
}
92
92
```
93
93
94
-
That's It. You are good to go further.
94
+
That's It. You are good to proceed further.
95
95
96
96
###FilePickerPreference
97
97
@@ -141,7 +141,7 @@ Marshmallow and above requests for the permission on runtime. You should overrid
141
141
That's It. You are good to move further.
142
142
143
143
###Important:
144
-
* `defaultValue`, `error_dir`, `root_dir` must have valid directory/file paths.
144
+
* `defaultValue`, `error_dir`, `root_dir`, `offset_dir` must have valid directory/file paths.
145
145
* `defaultValue` paths should end with ':'.
146
146
* `defaultValue` can have multiple paths, there should be a ':' between two paths.
0 commit comments