| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 |
- {
- "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"
- }
- ],
- }
- }
|