app.json 517 字节
Newer Older
D
dingyao 已提交
1 2 3
{
  "app": {
    "bundleName": "com.example.different.hmservice",
Z
zhaogan 已提交
4
    "bundleType": "atomicService",
D
dingyao 已提交
5 6 7 8 9 10 11 12 13 14
    "vendor": "huawei",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:app_icon",
    "label": "$string:app_name",
    "description": "description_application",
    "distributedNotificationEnabled": true,
    "keepAlive": true,
    "singleUser": true,
    "minAPIVersion": 9,
Z
zhaogan 已提交
15
    "targetAPIVersion": 9,
D
dingyao 已提交
16 17 18 19 20 21
	"car": {
        "apiCompatibleVersion": 9,
        "singleUser": false
    }
  }
}