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