mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-25 12:23:20 -04:00
@@ -2,8 +2,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.amsdialog",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000007,
|
||||
"versionName": "1.4.0",
|
||||
"versionCode": 1000008,
|
||||
"versionName": "1.5.0",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"distributedNotificationEnabled": true,
|
||||
|
||||
@@ -26,6 +26,7 @@ ohos_hap("ams_system_dialog_hap") {
|
||||
subsystem_name = "application"
|
||||
part_name = "prebuilt_hap"
|
||||
module_install_dir = "app/com.ohos.amsdialog"
|
||||
publicity_file = "publicity.xml"
|
||||
}
|
||||
|
||||
ohos_js_assets("ams_system_dialog_js_assets") {
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
<!-- Copyright (c) 2023 Huawei Device Co., Ltd.
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
-->
|
||||
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<packageInfo package="com.ohos.amsdialog" label="元能力系统弹框" feature="在隐式拉起、断言错误等场景中提供系统弹框。" author="OpenHarmony Team"></packageInfo>
|
||||
Reference in New Issue
Block a user