• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.different.hmservice",
4    "bundleType": "atomicService",
5    "vendor": "huawei",
6    "versionCode": 1000000,
7    "versionName": "1.0.0",
8    "icon": "$media:app_icon",
9    "label": "$string:app_name",
10    "description": "description_application",
11    "distributedNotificationEnabled": true,
12    "keepAlive": true,
13    "singleUser": true,
14    "minAPIVersion": 9,
15    "targetAPIVersion": 9,
16	"car": {
17        "apiCompatibleVersion": 9,
18        "singleUser": false
19    }
20  }
21}