• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "bundleName": "com.example.actsonandoffscreentest",
4    "vendor": "huawei",
5    "versionCode": 1000000,
6    "versionName": "1.0.0",
7    "debug": false,
8    "icon": "$media:app_icon",
9    "label": "$string:app_name",
10    "description" : "$string:app_name",
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}
22