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