From 086c130e17c0b53382f163b90f5a9b21ff7bbb22 Mon Sep 17 00:00:00 2001 From: dc_zhanglei Date: Thu, 31 Oct 2024 18:21:37 +0800 Subject: [PATCH] Update video.md --- docs/api/media/video.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/media/video.md b/docs/api/media/video.md index 5883c3ae3..b846b2acd 100644 --- a/docs/api/media/video.md +++ b/docs/api/media/video.md @@ -49,7 +49,7 @@ * 选择视频大多为了上传,uni ui封装了更完善的[uni-file-picker组件](https://ext.dcloud.net.cn/plugin?id=4079),文件选择、上传到uniCloud的免费存储和cdn中,一站式集成。强烈推荐使用。 * 部分浏览器中无法获取视频信息。 * 微信小程序在2023年10月17日之后,使用API需要配置[隐私协议](https://developers.weixin.qq.com/miniprogram/dev/framework/user-privacy/PrivacyAuthorize.html) -* 由于受[google play 照片和视频权限](https://support.google.com/googleplay/android-developer/answer/14115180)政策的影响,使用uni.chooseImage在上架google play时需要主动添加声明。遇到此问题可以使用插件[uni-chooseSystemMedia](https://ext.dcloud.net.cn/plugin?id=20744)。 +* 由于受[google play 照片和视频权限](https://support.google.com/googleplay/android-developer/answer/14115180)政策的影响,使用uni.chooseVideo在上架google play时需要主动添加声明。遇到此问题可以使用插件[uni-chooseSystemMedia](https://ext.dcloud.net.cn/plugin?id=20744)。 **示例** -- GitLab