diff --git a/OAT.xml b/OAT.xml index 0336329b2cef29d5679c0357dfc8d1681b0dcbc8..adc346811acdf8be85d1ba76b58004be44de58ac 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 19ed29712e2b6c7c313193c0c9bd24d1be6ff68c..c03cf25693e598eb20eceac39f1d7ee8c45aad01 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 112597d51ce64df8321496f8bc484ccd69360583..c3801db6039b460fe5a1931540ac285282035133 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系统过程中作为备选方案使用。