From fc5da27e227cc8d50d66f43b90950f846a1bc943 Mon Sep 17 00:00:00 2001 From: xuchang Date: Fri, 27 Dec 2024 17:11:06 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9OAT.xml=EF=BC=8C=E4=BF=AE?= =?UTF-8?q?=E6=94=B9README.OpenHarmony.md=EF=BC=8C=E4=BF=AE=E6=94=B9README?= =?UTF-8?q?.OpenSource=E7=89=88=E6=9C=AC=E5=8F=B7=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xuchang --- OAT.xml | 11 +++++++++++ README.OpenSource | 2 +- README_OpenHarmony.md | 4 ++-- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/OAT.xml b/OAT.xml index 0336329..adc3468 100644 --- a/OAT.xml +++ b/OAT.xml @@ -75,6 +75,7 @@ + @@ -88,7 +89,9 @@ + + @@ -98,6 +101,14 @@ + + + + + + + + diff --git a/README.OpenSource b/README.OpenSource index 19ed297..c03cf25 100644 --- a/README.OpenSource +++ b/README.OpenSource @@ -3,7 +3,7 @@ "Name": "audio_session", "License": "MIT License", "License File": "LICENSE", - "Version Number": "c20db1dd1814c5f79cd09c0fefd91199b09abb15", + "Version Number": "0.1.18", "Owner": "george.lihui@huawei.com", "Upstream URL": "https://github.com/ryanheise/audio_session/", "Description": "This plugin informs the operating system of the nature of your audio app (e.g. game, media player, assistant, etc.) and how your app will handle and initiate audio interruptions (e.g. phone call interruptions)." diff --git a/README_OpenHarmony.md b/README_OpenHarmony.md index 112597d..c3801db 100644 --- a/README_OpenHarmony.md +++ b/README_OpenHarmony.md @@ -4,10 +4,10 @@ ## 仓库简介 audio_session是一个Flutter包,旨在帮助开发者管理应用程序的音频会话。 -该仓库为audio_session库的Flutter鸿蒙化仓。 +该仓库为audio_session库的Flutter OpenHarmony适配仓。 ## 引入背景简述 -OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用audio_session的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入鸿蒙、快速实现产品化而提供的audio_session,本方案采用插件化的适配器模式实现audio_session鸿蒙化版本的兼容。 +OpenHarmony北向生态发展过程中,已经适配Flutter的厂商在接入OpenHarmony过程中存在使用audio_session的诉求。鉴于此OpenHarmony为支持北向生态伙伴快速接入OpenHarmony、快速实现产品化而提供的audio_session,本方案采用插件化的适配器模式实现audio_session OpenHarmony适配版本的兼容。 ## 使用场景 本方案仅供应用厂商中已支持Flutter框架的设备在移植OpenHarmony系统过程中作为备选方案使用。 -- Gitee