{ "module": { "name": "entry", "type": "entry", "description": "$string:module_desc", "mainElement": "EntryAbility", "srcEntry": "./ets/MyAbilityStage.ets", "deviceTypes": [ "phone", "tablet", "2in1" ], "querySchemes": [//支付宝配置 "https", "alipays", "weixin", "wxopensdk" ], "deliveryWithInstall": true, "installationFree": false, "pages": "$profile:main_pages", "metadata": [ { "name": "ArkTSPartialUpdate", "value": "true" }, { "name": "client_id", "value": "6917560202517406526" } ], "abilities": [ { "name": "EntryAbility", "srcEntry": "./ets/entryability/EntryAbility.ets", "description": "$string:EntryAbility_desc", "icon": "$media:layered_image", "label": "$string:EntryAbility_label", "startWindowIcon": "$media:layered_image", "startWindowBackground": "$color:start_window_background", "orientation": "auto_rotation_restricted", "exported": true, "backgroundModes": [ // 长时任务类型的配置项 "audioPlayback" ], "skills": [ { "actions": [ "action.system.home", "ohos.want.action.viewData",//碰一碰分享增加 "ohos.want.action.sendData" ], "uris": [ { "scheme": "file", "utd": "general.audio", "maxFileSupported": 1 }, { "scheme": "file", "utd": "general.video", "maxFileSupported": 1 }, { "scheme": "file", "type": "audio/*", "linkFeature": "FileOpen", "maxFileSupported": 1 }, { "scheme": "file", "type": "video/*", "linkFeature": "FileOpen", "maxFileSupported": 1 }, ], // "domainVerify": true,//碰一碰分享增加 "entities": [ "entity.system.home", // "entity.system.browsable"//碰一碰分享增加 ], } ] }, ], "requestPermissions": [ { "name": "ohos.permission.INTERNET", "usedScene": { "abilities": [ "EntryAbility" ], "when": "inuse" }, "reason": "$string:reason" }, { "name": "ohos.permission.KEEP_BACKGROUND_RUNNING", "reason": "$string:reason_background", "usedScene": { "abilities": [ "EntryAbility", ], "when": "always" } }, { "name": "ohos.permission.ACCESS_CAR_DISTRIBUTED_ENGINE" }, { "name": "ohos.permission.ACCESS_SERVICE_NAVIGATION_INFO" } ], } }