提交 8390d33b 编写于 作者: R RayShih

clean sensitive words

Signed-off-by: NRayShih <shirui721@huawei.com>
上级 16c3312f
......@@ -563,12 +563,12 @@ Publish a 10-second countdown reminder.
}
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
title: "this is title",
content: "this is content",
......@@ -625,12 +625,12 @@ calendar: {
},
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
......@@ -663,12 +663,12 @@ alarm: {
},
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
......
......@@ -150,12 +150,12 @@ interface LocalDateTime:时间信息实例
}
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
title: "this is title",
content: "this is content",
......@@ -209,12 +209,12 @@ calendar: {
},
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
......@@ -247,12 +247,12 @@ alarm: {
},
],
wantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
maxScreenWantAgent: {
pkgName: "com.example.phone",
abilityName: "com.example.phone.MainAbility"
pkgName: "com.example.device",
abilityName: "com.example.device.MainAbility"
},
ringDuration: 5,
snoozeTimes: 2,
......
......@@ -46,7 +46,6 @@ module.json示例:
"process": "string",
"mainElement": "MainAbility",
"deviceTypes": [
"phone",
"tablet",
"tv",
"wearable",
......@@ -55,7 +54,6 @@ module.json示例:
"vr",
"car",
"earphones",
"pc",
"speaker",
"smartVision",
"linkIoT",
......@@ -220,7 +218,6 @@ hap包的配置信息,该标签下的配置只对当前hap包生效。
| 中文 | 英文 | 枚举值 | 设备类型 |
| ------------ | ------------ | ------------ | -------------------------------------------------------- |
| 智能手机 | smartphone | phone | 手机 |
| 平板 | tablet | tablet | 平板,带屏音箱 |
| 智慧屏 | smart TV | tv | |
| 智能手表 | smart watch | wearable | 智能手表,儿童手表,特指资源较丰富的的手表,具备电话功能 |
......@@ -229,7 +226,6 @@ hap包的配置信息,该标签下的配置只对当前hap包生效。
| 虚拟现实 | VR | vr | |
| 车机 | head unit | car | |
| 耳机 | earphones | earphones | |
| 个人计算机 | PC | pc | |
| 音箱 | speaker | speaker | 无屏音箱,有屏音箱,通过硬件profile |
| 智慧视觉设备 | Smart Vision | smartVision | 带摄像头的设备,通过硬件profile分开是否 |
| 联接类模组 | linkiot | linkIoT | Wi-Fi模组,蓝牙模组 |
......@@ -243,7 +239,7 @@ deviceTypes示例:
"name": "myHapName",
        "type": "har",
"deviceTypes" : [
"phone"
"wearable"
]
}
}
......@@ -257,7 +253,7 @@ pages示例:
       "name": "myHapName",
        "type": "har",
"deviceTypes" : [
"phone"
"wearable"
],
        "pages": "$profile:pages_config"
    }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册