提交 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",
] ]
} }
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 5, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
...@@ -15,20 +15,10 @@ ...@@ -15,20 +15,10 @@
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsanspublishsoundtest", "package": "com.example.actsanspublishsoundtest",
"name": ".MyApplication", "name": ".actsansnotificationcancel",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
"reqPermissions": [{
"name": "ohos.permission.NOTIFICATION_CONTROLLER",
"reason": "install bundle",
"usedScene": {
"ability": [
"KitFramework"
],
"when": "always"
}
}],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
...@@ -51,8 +41,8 @@ ...@@ -51,8 +41,8 @@
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "page",
"isVisible": "true", "launchType": "standard",
"launchType": "standard" "visible": true
} }
], ],
"js": [ "js": [
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"name": "1.0" "name": "1.0"
}, },
"apiVersion": { "apiVersion": {
"compatible": 5, "compatible": 4,
"target": 5, "target": 5,
"releaseType": "Beta1" "releaseType": "Beta1"
} }
...@@ -15,22 +15,10 @@ ...@@ -15,22 +15,10 @@
"deviceConfig": {}, "deviceConfig": {},
"module": { "module": {
"package": "com.example.actsanspublishvibratest", "package": "com.example.actsanspublishvibratest",
"name": ".MyApplication", "name": ".actsansnotificationcancel",
"deviceType": [ "deviceType": [
"phone" "phone"
], ],
"reqPermissions": [
{
"name": "ohos.permission.NOTIFICATION_CONTROLLER",
"reason": "install bundle",
"usedScene": {
"ability": [
"KitFramework"
],
"when": "always"
}
}
],
"distro": { "distro": {
"deliveryWithInstall": true, "deliveryWithInstall": true,
"moduleName": "entry", "moduleName": "entry",
...@@ -53,8 +41,8 @@ ...@@ -53,8 +41,8 @@
"description": "$string:mainability_description", "description": "$string:mainability_description",
"label": "$string:app_name", "label": "$string:app_name",
"type": "page", "type": "page",
"isVisible": "true", "launchType": "standard",
"launchType": "standard" "visible": true
} }
], ],
"js": [ "js": [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册