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

clean sensitive words

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