1{ 2 "app": { 3 "bundleName": "com.ffrtndk.napitest", 4 "vendor": "huawei", 5 "versionCode": 1000000, 6 "versionName": "1.0.0", 7 "icon": "$media:app_icon", 8 "label": "$string:app_name", 9 "description": "$string:description_application", 10 "distributedNotificationEnabled": true, 11 "keepAlive": true, 12 "singleUser": true, 13 "minAPIVersion": 10, 14 "targetAPIVersion": 10, 15 "car": { 16 "apiCompatibleVersion": 10, 17 "singleUser": false 18 } 19 } 20} 21