|
1 | | -SAF Enhancer Lite |
| 1 | +SAF Enhancer Lite | SAF 增强器 Lite |
| 2 | + |
2 | 3 | ---- |
3 | 4 |
|
4 | | -Help applications that haven't supported Storage Access Framework (like WeChat) |
5 | | -to pick media from Android Documents UI |
| 5 | +[English README](./README-en.md) |
| 6 | + |
| 7 | +帮助不支持 Storage Access Framework 的应用程序(例如微信)通过 Android 文档界面选择媒体 |
| 8 | + |
| 9 | +## 它可以做什么? |
6 | 10 |
|
7 | | -## What can it do? |
| 11 | +处理应用的拍摄请求并将从 Android 文档界面所选择的媒体文件作为结果回应,从而使得本身不支持 |
| 12 | +Storage Access Framework 的应用程序也可以支持在文档界面中选择媒体。 |
8 | 13 |
|
9 | | -Handle camera actions and response with media files from Android Documents UI |
10 | | -when selected applications requests a photo. |
| 14 | +## 如何使用? |
11 | 15 |
|
12 | | -## How to use? |
| 16 | +1. 从 [GitHub Releases](https://github.com/fython-tools/DocUIProxy-Android/releases) 下载预编译 |
| 17 | + 包,或者自行 Clone 项目下来进行编译。 |
| 18 | +2. 打开 “SAF 增强器 Lite” 进行必要的设置。 |
| 19 | + a. 赋予必要的存储权限,否则选择媒体文件后无法将结果传递给应用。 |
| 20 | + b. 选择要被处理的应用,默认只有微信会被处理。 |
| 21 | + c. 如果你还使用了 “存储重定向” 或操作系统是 Android Q 或更新的版本,请根据界面内提示进行设定。 |
| 22 | +3. 在你的应用内按下可以打开系统相机的按钮,选择 “SAF 增强器 Lite”,即可从 Android 文档界面中选择 |
| 23 | + 媒体文件。(你可以直接设定为默认值,我们还允许其它应用调用 SAF 增强器时继续使用真实的相机应用。) |
13 | 24 |
|
14 | | -1. Download pre-complied package from [GitHub Releases](https://github.com/fython-tools/DocUIProxy-Android/releases) or compile by yourself. |
15 | | -2. Long press "Gallery" (相册/相簿) button in the bottom bar of chat pages. |
16 | | -3. Choose "SAF Enhancer Lite" (You can also make it as default. |
17 | | -Because we allow other applications to use a real camera app when they are calling proxy camera.) |
18 | | -4. Here you can see a familiar Documents UI. Just pick photos from local storage or any cloud drive |
19 | | -supported DocumentsProvider (like Google Photos, Google Drive, etc.) |
| 25 | +以微信为例: |
| 26 | +按照 1、2 步骤进行后, |
| 27 | +在聊天界面的更多栏中长按 “相册/相簿” 按钮,会弹出默认相机选择,请选择 “SAF 增强器 Lite”, |
| 28 | +根据你的需求选择媒体图片,将会成功返回到微信的准备发送界面。 |
20 | 29 |
|
21 | | -## Demo video |
| 30 | +## 演示视频 |
22 | 31 |
|
23 | 32 | [https://www.youtube.com/watch?v=R29z_ZaQN3Y](https://www.youtube.com/watch?v=R29z_ZaQN3Y) |
24 | 33 |
|
25 | | -## Contact author |
| 34 | +## 联系作者 |
26 | 35 |
|
27 | 36 | Telegram @fython |
28 | 37 |
|
29 | | -## Licenses |
| 38 | +## 许可证 |
30 | 39 |
|
31 | 40 | GPL v3 |
0 commit comments