{ "app":{ "bundleName": "com.ohos.amsst.ConfigurationUpdated", "vendor": "ix", "version": { "code": 1, "name": "1.0" }, "apiVersion": { "compatible": 3, "target": 3 } }, "deviceConfig": { "default": { } }, "module": { "package":"com.ohos.ConfigurationUpdated.src", "name":"MainAbility", "deviceType": [ "tv", "car" ], "distro": { "deliveryWithInstall": true, "moduleName": "testability", "moduleType": "entry" }, "abilities": [{ "name": "MainAbility", "icon": "$media:snowball", "label": "MainAbility label", "launchType": "standard", "configChanges": ["orientation"], "orientation": "unspecified", "type": "page", "visible": true, "skills": [ ] }, { "name": "SecondAbility", "icon": "$media:snowball", "label": "SecondAbility label", "launchType": "standard", "configChanges": ["orientation","locale"], "orientation": "unspecified", "type": "page", "visible": true }, { "name": "ThirdAbility", "icon": "$media:snowball", "label": "ThirdAbility label", "launchType": "standard", "configChanges": ["orientation","locale","layout"], "orientation": "unspecified", "type": "page", "visible": true }, { "name": "FourthAbility", "icon": "$media:snowball", "label": "FourthAbility label", "launchType": "standard", "configChanges": ["orientation","locale","layout","fontSize"], "orientation": "unspecified", "type": "page", "visible": true }, { "name": "FifthAbility", "icon": "$media:snowball", "label": "FifthAbility label", "launchType": "standard", "configChanges": ["orientation","locale","layout","fontSize","density"], "orientation": "unspecified", "type": "page", "visible": true }, { "name": "SixthAbility", "icon": "$media:snowball", "label": "SixthAbility label", "launchType": "standard", "orientation": "unspecified", "type": "page", "visible": true }] } }