Skip to content

Commit e808774

Browse files
authored
Merge pull request #83 from rosuH/rosuH-patch-readme_scope_storage
Patch readme about scope storage
2 parents b747544 + 0e543d2 commit e808774

2 files changed

Lines changed: 16 additions & 1 deletion

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:

README_CN.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@
2727
| :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: |
2828
| ![](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) |
2929

30-
30+
## 兼容性
31+
这取决于您的 targetAPI :
32+
33+
- `targetAPI <= 28`,完全没有问题 ;)
34+
- `targetAPI == 29`,请为您的项目启用 `requestLegacyExternalStorage` 特性:D
35+
- `targetAPI> = 30`,请勿使用此库。 我们暂时不支持 Scope Storage :(
36+
- 除非 Google 发布新的外部存储权限或其他新 API,否则我们不会考虑支持范围存储。 (换句话说:“我太菜了,我做不到”)
37+
- 当然,欢迎您给我们一些建议!
3138

3239
## 下载使用
3340

0 commit comments

Comments
 (0)