“dd9ca21f82e7fcf744996d4b5735e5d3a644113d”上不存在“storage/git@gitcode.net:openharmony/xts_acts.git”
app.json 607 字节
Newer Older
X
update  
xuchenghua09 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
{
    "app": {
        "bundleName": "com.example.staticextensioninfotest",
        "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": 8,
		    "targetAPIVersion": 8,
        "car": {
            "apiCompatibleVersion": 8,
            "singleUser": false
         }
    }
}