• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry",
4    "type": "entry",
5    "srcEntry": "./ets/Application/MyAbilityStage.ts",
6    "description": "$string:entry_description",
7    "mainElement": "com.ohos.mms.MainAbility",
8    "deviceTypes": [
9      "default"
10    ],
11    "deliveryWithInstall": true,
12    "installationFree": false,
13    "pages": "$profile:main_pages",
14    "metadata": [
15      {
16        "name": "ArkTSPartialUpdate",
17        "value": "true"
18      }
19    ],
20    "abilities": [
21      {
22        "name": "com.ohos.mms.MainAbility",
23        "srcEntry": "./ets/MainAbility/MainAbility.ts",
24        "description": "$string:mainability_description",
25        "icon": "$media:smsmms",
26        "label": "$string:messages",
27        "startWindowIcon": "$media:smsmms",
28        "startWindowBackground": "$color:detail_main_background",
29        "visible": true,
30        "skills": [
31          {
32            "entities": [
33              "entity.system.home"
34            ],
35            "actions": [
36              "action.system.home"
37            ]
38          }
39        ]
40      }
41    ],
42    "extensionAbilities": [{
43      "description": "subscriber",
44      "icon": "$media:smsmms",
45      "metadata": [{
46        "name": "ohos.extension.staticSubscriber",
47        "resource": "$profile:static_subscriber_config"
48      }],
49      "name": "Subscriber",
50      "srcEntrance": "./ets/StaticSubscriber/MmsStaticSubscriber.ts",
51      "type": "staticSubscriber",
52      "visible": true
53    }],
54    "requestPermissions": [
55      {
56        "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
57        "reason": "$string:bundle_info_privileged"
58      },
59      {
60        "name": "ohos.permission.READ_CONTACTS",
61        "reason": "$string:permission_read_write_contacts",
62        "usedScene": {}
63      },
64      {
65        "name": "ohos.permission.READ_MESSAGES",
66        "reason": "$string:permission_read_write_messages",
67        "usedScene": {}
68      },
69      {
70        "name": "ohos.permission.SEND_MESSAGES",
71        "reason": "$string:permission_send_messages",
72        "usedScene": {}
73      },
74      {
75        "name": "ohos.permission.SET_TELEPHONY_STATE",
76        "reason": "$string:permission_set_telephone_status"
77      },
78      {
79        "name": "ohos.permission.GET_TELEPHONY_STATE",
80        "reason": "$string:permission_get_telephone_status"
81      },
82      {
83        "name": "ohos.permission.RECEIVE_SMS",
84        "reason": "$string:permission_receive_message_service",
85        "usedScene": {}
86      },
87      {
88        "name": "ohos.permission.PLACE_CALL",
89        "reason": "$string:permission_call_place"
90      },
91      {
92        "name": "ohos.permission.NOTIFICATION_CONTROLLER",
93        "reason": "$string:permission_notification_controller"
94      },
95      {
96        "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND",
97      }
98    ]
99  }
100}