Skip to content

Commit 0d8f522

Browse files
committed
📝
[Update] - README.md
1 parent 958e39a commit 0d8f522

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ 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
29+
## Version Compatibility
30+
31+
Support Android 11 and all versions below.
3332

3433
## Download
3534

README_CN.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,8 @@
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-
## 兼容性
31-
这取决于您的 targetAPI :
32-
33-
- `targetAPI <= 28`,完全没有问题 ;)
34-
- `targetAPI >= 29`,请为您的项目启用 `requestLegacyExternalStorage` 特性:D
30+
## 版本兼容性
31+
支持 Android 11 及其以下所有版本。
3532

3633
## 下载使用
3734

sample/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
android:label="@string/app_name_file_picker"
99
android:roundIcon="@mipmap/ic_launcher_round"
1010
android:supportsRtl="true"
11-
android:requestLegacyExternalStorage="true"
1211
android:theme="@style/AppTheme">
1312
<activity android:name=".SampleInJavaActivity"></activity>
1413
<activity android:name=".SampleActivity">

0 commit comments

Comments
 (0)