• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "module": {
3    "name": "default_notificationmanagement",
4    "type": "feature",
5    "srcEntrance": "./ets/Application/AbilityStage.ts",
6    "description": "$string:mainability_description",
7    "mainElement": "com.ohos.systemui.notificationmanagement.MainAbility",
8    "deviceTypes": [
9      "default",
10      "tablet"
11    ],
12    "metadata": [
13      {
14        "name": "ArkTSPartialUpdate",
15        "value": "true"
16      }
17    ],
18    "deliveryWithInstall": true,
19    "installationFree": false,
20    "uiSyntax": "ets",
21    "pages": "$profile:main_pages",
22    "abilities": [
23      {
24        "visible": true,
25        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
26        "name": "com.ohos.systemui.notificationmanagement.MainAbility",
27        "icon": "$media:icon",
28        "description": "$string:mainability_description",
29        "label": "$string:app_name",
30        "launchType": "singleton",
31        "startWindowIcon": "$media:startWindowIcon",
32        "startWindowBackground": "$color:startWindowBackground"
33      }
34    ]
35  }
36}