mirror of
https://gitee.com/openharmony/distributedhardware_device_manager
synced 2024-11-26 18:10:47 +00:00
添加支持设备类型
Signed-off-by: 史晓晓 <shixiaoxiao.30044129@huawei.com>
This commit is contained in:
parent
456d699e14
commit
d1741881be
@ -2,8 +2,8 @@
|
||||
"app": {
|
||||
"bundleName": "com.ohos.devicemanagerui",
|
||||
"vendor": "example",
|
||||
"versionCode": 1000023,
|
||||
"versionName": "1.0.23",
|
||||
"versionCode": 1000024,
|
||||
"versionName": "1.0.24",
|
||||
"icon": "$media:app_icon",
|
||||
"label": "$string:app_name",
|
||||
"minAPIVersion": 10,
|
||||
|
@ -5,7 +5,7 @@
|
||||
"srcEntrance": "",
|
||||
"description": "$string:entry_desc",
|
||||
"mainElement": "MainAbility",
|
||||
"deviceTypes": ["default", "tablet", "2in1", "wearable"],
|
||||
"deviceTypes": ["default", "tablet", "2in1", "wearable", "car"],
|
||||
"deliveryWithInstall": true,
|
||||
"installationFree": false,
|
||||
"pages": "$profile:main_pages",
|
||||
|
Loading…
Reference in New Issue
Block a user