提交 a10e0bd1 编写于 作者: O openharmony_ci 提交者: Gitee

!1213 Fix sound&vibra visible config etc.

Merge pull request !1213 from blackleon/master_1127_1
...@@ -16,15 +16,20 @@ group("publish_test") { ...@@ -16,15 +16,20 @@ group("publish_test") {
testonly = true testonly = true
if (is_standard_system) { if (is_standard_system) {
deps = [ deps = [
#"actsanspublishcontroltest:ActsAnsPublishControlTest", "actsanspublishcontroltest:ActsAnsPublishControlTest",
#"badgedisplayed:badgedisplayed", "badgedisplayed:badgedisplayed",
#"enablenotification:enablenotification", "enablenotification:enablenotification",
"getactive:getactive", "getactive:getactive",
"getwantagentinfo:ActsAnsGetWantAgentInfoTest", "getwantagentinfo:ActsAnsGetWantAgentInfoTest",
#"publishcontentype:publishcontentype", #"publishcontentype:publishcontentype",
#"subscribe:subscribe", #"subscribe:subscribe",
#"unsubscribe:ActsAnsUnSubscriberTest", "ansactscancelgroup:ActsAnsCancelGroup",
"ansactsremovegroup:ActsAnsRemoveGroup",
"donotdisturbmode:ActsAnsDoNotDisturbTest",
"publishsound:ActsAnsPublishSoundTest",
"publishvibra:ActsAnsPublishVibraTest",
"unsubscribe:ActsAnsUnSubscriberTest",
"wantagent:wantagent", "wantagent:wantagent",
] ]
} }
......
{ {
"app": { "app": {
"bundleName": "com.example.actsanspublishsoundtest", "bundleName": "com.example.actsanspublishsoundtest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 5, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsanspublishsoundtest", "package": "com.example.actsanspublishsoundtest",
"name": ".MyApplication", "name": ".actsansnotificationcancel",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
"reqPermissions": [{ "distro": {
"name": "ohos.permission.NOTIFICATION_CONTROLLER", "deliveryWithInstall": true,
"reason": "install bundle", "moduleName": "entry",
"usedScene": { "moduleType": "entry"
"ability": [ },
"KitFramework" "abilities": [
], {
"when": "always" "skills": [
} {
}], "entities": [
"distro": { "entity.system.home"
"deliveryWithInstall": true, ],
"moduleName": "entry", "actions": [
"moduleType": "entry" "action.system.home"
}, ]
"abilities": [ }
{ ],
"skills": [ "name": "com.example.actsanspublishsoundtest.MainAbility",
{ "icon": "$media:icon",
"entities": [ "description": "$string:mainability_description",
"entity.system.home" "label": "$string:app_name",
], "type": "page",
"actions": [ "launchType": "standard",
"action.system.home" "visible": true
] }
} ],
], "js": [
"name": "com.example.actsanspublishsoundtest.MainAbility", {
"icon": "$media:icon", "pages": [
"description": "$string:mainability_description", "pages/index/index"
"label": "$string:app_name", ],
"type": "page", "name": "default",
"isVisible": "true", "window": {
"launchType": "standard" "designWidth": 720,
} "autoDesignWidth": false
], }
"js": [ }
{ ]
"pages": [ }
"pages/index/index" }
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
]
}
}
\ No newline at end of file
{ {
"app": { "app": {
"bundleName": "com.example.actsanspublishvibratest", "bundleName": "com.example.actsanspublishvibratest",
"vendor": "example", "vendor": "example",
"version": { "version": {
"code": 1, "code": 1,
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 5, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
}, },
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsanspublishvibratest", "package": "com.example.actsanspublishvibratest",
"name": ".MyApplication", "name": ".actsansnotificationcancel",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
"reqPermissions": [ "distro": {
{ "deliveryWithInstall": true,
"name": "ohos.permission.NOTIFICATION_CONTROLLER", "moduleName": "entry",
"reason": "install bundle", "moduleType": "entry"
"usedScene": { },
"ability": [ "abilities": [
"KitFramework" {
], "skills": [
"when": "always" {
} "entities": [
} "entity.system.home"
], ],
"distro": { "actions": [
"deliveryWithInstall": true, "action.system.home"
"moduleName": "entry", ]
"moduleType": "entry" }
}, ],
"abilities": [ "name": "com.example.actsanspublishvibratest.MainAbility",
{ "icon": "$media:icon",
"skills": [ "description": "$string:mainability_description",
{ "label": "$string:app_name",
"entities": [ "type": "page",
"entity.system.home" "launchType": "standard",
], "visible": true
"actions": [ }
"action.system.home" ],
] "js": [
} {
], "pages": [
"name": "com.example.actsanspublishvibratest.MainAbility", "pages/index/index"
"icon": "$media:icon", ],
"description": "$string:mainability_description", "name": "default",
"label": "$string:app_name", "window": {
"type": "page", "designWidth": 720,
"isVisible": "true", "autoDesignWidth": false
"launchType": "standard" }
} }
], ]
"js": [ }
{ }
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": false
}
}
]
}
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册