From 4d36b73f13331a3fbf64573e312e2c7e99683f3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E6=9D=BE=E6=B6=9B?= Date: Thu, 3 Jul 2025 09:02:49 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E5=AA=92=E4=BD=93sample=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=BD=91=E7=BB=9C=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 徐松涛 --- .../entry/src/main/module.json5 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/code/DocsSample/Media/AVPlayer/AVPlayerArkTSStreamingMedia/entry/src/main/module.json5 b/code/DocsSample/Media/AVPlayer/AVPlayerArkTSStreamingMedia/entry/src/main/module.json5 index c75d702e2d..49836e54dd 100644 --- a/code/DocsSample/Media/AVPlayer/AVPlayerArkTSStreamingMedia/entry/src/main/module.json5 +++ b/code/DocsSample/Media/AVPlayer/AVPlayerArkTSStreamingMedia/entry/src/main/module.json5 @@ -60,6 +60,14 @@ } ] } + ], + "requestPermissions": [ + { + "name": "ohos.permission.INTERNET" + }, + { + "name": "ohos.permission.GET_WIFI_INFO" + } ] } } \ No newline at end of file -- Gitee