app.json 476 字节
Newer Older
X
xinking129 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
  "app": {
    "bundleName": "com.example.actsactionextensionabilitytest",
    "vendor": "example",
    "versionCode": 1000000,
    "versionName": "1.0.0",
    "icon": "$media:app_icon",
    "label": "$string:app_name",
    "distributedNotificationEnabled": true,
    "keepAlive" : true,
    "singleUser": true,
    "minAPIVersion": 10,
    "targetAPIVersion": 10,
    "car": {
        "apiCompatibleVersion": 10,
        "singleUser": false
     }
  }
}