modify device type

Signed-off-by: wTong6 <wangtong94@huawei.com>
This commit is contained in:
wTong6 2022-11-21 21:58:08 +08:00
parent 92f9fb60ba
commit debbb6b554
2 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,8 @@
"package": "com.example.myapplication",
"name": "com.example.myapplication.MyApplication",
"deviceType": [
"tablet",
"default",
"phone"
],
"distro": {

View File

@ -31,6 +31,8 @@
"name": ".MyApplication",
"mainAbility": "com.example.myapplication.MainAbility",
"deviceType": [
"tablet",
"default",
"phone"
],
"distro": {