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