We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18af236 commit 6154fb1Copy full SHA for 6154fb1
Readme.md
@@ -37,6 +37,19 @@ Step 2. Add the dependency
37
}
38
39
### Usage
40
+
41
+**If you are targeting Android 10 or higher. Set this to your manifest**
42
+```
43
+<manifest ... >
44
+ <!-- This attribute is "false" by default on apps targeting
45
+ Android 10 or higher. -->
46
+ <application
47
+ android:requestLegacyExternalStorage="true" ........ >
48
+ ......
49
+ </application>
50
+</manifest>
51
52
53
## FilePickerDialog
54
1. Start by creating an instance of `DialogProperties`.
55
0 commit comments