Skip to content

Commit 6154fb1

Browse files
Update Readme.md
1 parent 18af236 commit 6154fb1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,19 @@ Step 2. Add the dependency
3737
}
3838

3939
### 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+
4053
## FilePickerDialog
4154
1. Start by creating an instance of `DialogProperties`.
4255

0 commit comments

Comments
 (0)