{ "module": { "name": "entry", "type": "entry", "description": "$string:module_desc", "mainElement": "EntryAbility", "deviceTypes": [ "default", "tablet", "2in1", "wearable", "phone" ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", "abilities": [ { "name": "DHardwareUIAbility", "srcEntry": "./ets/mainability/DHardwareUIAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:icon", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:icon01", "startWindowBackground": "$color:start_window_background", "exported": false, "removeMissionAfterTerminate": true, "skills": [ { "entities": [ "entity.system.home" ], "actions": [ "action.system.home" ] } ] } ], "requestPermissions": [ { "name": "ohos.permission.ACCESS_DISTRIBUTED_HARDWARE" }, { "name": "ohos.permission.MANAGE_SECURE_SETTINGS" }, { "name": "ohos.permission.MANAGE_SETTINGS" }, { "name": "ohos.permission.GET_BUNDLE_INFO" }, { "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION" } ], "extensionAbilities": [ { "name": "ContinueSwitchAbility", "srcEntry": "./ets/continueswitchability/ContinueSwitchAbility.ets", "description": "$string:ContinueSwitchAbility_desc", "label": "$string:ContinueSwitchAbility_label", "type": "sys/commonUI", "exported": true } ], "metadata": [ { "name": "action.settings.search.path", "value": "searchConfig/searchPage.json" }, { "name": "ohos.graphics2d.text.adapter_text_height" } ] } }