Skip to content

Commit b749de7

Browse files
authored
Update README.md
[Add] - About compatibility for scope storage.
1 parent b747544 commit b749de7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,14 @@ Well, it doesn't have a name like Rocky, Cosmos or Fish. Android File Picker, li
2626
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
2727
| ![](https://raw.githubusercontent.com/rosuH/AndroidFilePicker/master/images/default_theme.png) | ![](https://raw.githubusercontent.com/rosuH/AndroidFilePicker/master/images/reply_theme.png) | ![](https://raw.githubusercontent.com/rosuH/AndroidFilePicker/master/images/crane_theme.png) | ![](https://raw.githubusercontent.com/rosuH/AndroidFilePicker/master/images/shrine_theme.png) |
2828

29+
## Compatibility
30+
It depends on your targetAPI:
31+
- `targetAPI <= 28`, you are fine ;)
32+
- `targetAPI == 29`, please enable `requestLegacyExternalStorage` feature for your project :D
33+
- `targetAPI >= 30`, don't use this lib. We don't support scope storage for now :(
34+
- Unless Google release new external permission or other new feature, we would not consider support scope storage. (or says: "I can't do this")
35+
- Or, ofcouse, you are welcome for give us some ideas. Just create a new issues.
36+
2937
## Download
3038

3139
Gradle:

0 commit comments

Comments
 (0)