From b749de731803485fd3ae14a332fd258f9d68c86a Mon Sep 17 00:00:00 2001 From: rosuH Date: Thu, 16 Jul 2020 18:31:53 +0800 Subject: [PATCH 1/2] Update README.md [Add] - About compatibility for scope storage. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dc5772b..89ca32b 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Well, it doesn't have a name like Rocky, Cosmos or Fish. Android File Picker, li | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | ![](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) | +## Compatibility +It depends on your targetAPI: +- `targetAPI <= 28`, you are fine ;) +- `targetAPI == 29`, please enable `requestLegacyExternalStorage` feature for your project :D +- `targetAPI >= 30`, don't use this lib. We don't support scope storage for now :( + - Unless Google release new external permission or other new feature, we would not consider support scope storage. (or says: "I can't do this") + - Or, ofcouse, you are welcome for give us some ideas. Just create a new issues. + ## Download Gradle: From 0e543d21e02a19e740cde9f0863e089b3c705564 Mon Sep 17 00:00:00 2001 From: rosuH Date: Thu, 16 Jul 2020 18:35:21 +0800 Subject: [PATCH 2/2] Update README_CN.md --- README_CN.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index c522b72..3702307 100644 --- a/README_CN.md +++ b/README_CN.md @@ -27,7 +27,14 @@ | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | ![](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) | - +## 兼容性 +这取决于您的 targetAPI : + +- `targetAPI <= 28`,完全没有问题 ;) +- `targetAPI == 29`,请为您的项目启用 `requestLegacyExternalStorage` 特性:D +- `targetAPI> = 30`,请勿使用此库。 我们暂时不支持 Scope Storage :( + - 除非 Google 发布新的外部存储权限或其他新 API,否则我们不会考虑支持范围存储。 (换句话说:“我太菜了,我做不到”) + - 当然,欢迎您给我们一些建议! ## 下载使用