Skip to content

Commit 0e543d2

Browse files
authored
Update README_CN.md
1 parent b749de7 commit 0e543d2

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

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)