• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "entry",
4    "type": "entry",
5    "srcEntrance": "./ets/Application/MyAbilityStage.ts",
6    "description": "$string:mainability_description",
7    "mainElement": "com.ohos.contacts.MainAbility",
8    "deviceTypes": [
9      "default",
10      "tablet"
11    ],
12    "deliveryWithInstall": true,
13    "installationFree": false,
14    "pages": "$profile:main_pages",
15    "metadata": [
16      {
17        "name": "ArkTSPartialUpdate",
18        "value": "true"
19      }
20    ],
21    "abilities": [
22      {
23        "name": "com.ohos.contacts.MainAbility",
24        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
25        "description": "$string:mainability_description",
26        "icon": "$media:ic_contact_icon",
27        "label": "$string:app_name",
28        "startWindowIcon": "$media:white",
29        "startWindowBackground": "$color:detail_main_background",
30        "minWindowWidth": 320,
31        "minWindowHeight": 700,
32        "visible": true,
33        "skills": [
34          {
35            "entities": [
36              "entity.system.home"
37            ],
38            "actions": [
39              "action.system.home"
40            ]
41          }
42        ],
43      }
44    ],
45    "extensionAbilities": [
46      {
47        "description": "subscriber",
48        "label": "$string:missed_call",
49        "icon": "$media:ic_notification_call_missed",
50        "metadata": [{
51          "name": "ohos.extension.staticSubscriber",
52          "resource": "$profile:static_subscriber_config"
53        }],
54        "name": "Subscriber",
55        "srcEntrance": "./ets/StaticSubscriber/StaticSubscriber.ts",
56        "type": "staticSubscriber",
57        "visible": true
58      }
59    ],
60    "requestPermissions": [
61      {
62        "name": "ohos.permission.VIBRATE"
63      },
64      {
65        "name": "ohos.permission.READ_CONTACTS",
66        "reason": "$string:permission_read_write_contacts"
67      },
68      {
69        "name": "ohos.permission.WRITE_CONTACTS",
70        "reason": "$string:permission_read_write_contacts"
71      },
72      {
73        "name": "ohos.permission.MANAGE_VOICEMAIL",
74        "reason": "$string:permission_manage_voicemail"
75      },
76      {
77        "name": "ohos.permission.READ_CALL_LOG",
78        "reason": "$string:permission_read_write_calllog"
79      },
80      {
81        "name": "ohos.permission.WRITE_CALL_LOG",
82        "reason": "$string:permission_read_write_calllog"
83      },
84      {
85        "name": "ohos.permission.PLACE_CALL"
86      },
87      {
88        "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
89      },
90      {
91        "name": "ohos.permission.CONNECT_IME_ABILITY"
92      },
93      {
94        "name": "ohos.permission.GET_TELEPHONY_STATE"
95      },
96      {
97        "name": "ohos.permission.NOTIFICATION_CONTROLLER"
98      },
99      {
100        "name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
101      },
102      {
103        "name": "ohos.permission.GET_NETWORK_INFO"
104      }
105    ]
106  }
107}