app.json 583 字节
Newer Older
C
caochuan 已提交
1
{
C
caochuan 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
    "app": {
        "bundleName": "ohos.acts.multimedia.mediaLibrary",
        "vendor": "huawei",
        "versionCode": 1000000,
        "versionName": "1.0.0",
        "debug": false,
        "icon": "$media:icon",
        "label": "$string:app_name",
        "description": "$string:description_application",
        "distributedNotificationEnabled": true,
        "keepAlive": true,
        "singleUser": true,
        "minAPIVersion": 9,
        "targetAPIVersion": 9,
        "car": {
            "apiCompatibleVersion": 9,
            "singleUser": false
C
caochuan 已提交
19 20
        }
    }
C
caochuan 已提交
21
}