• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "module": {
3        "name": "phone",
4        "type": "entry",
5        "srcEntrance": "./ets/Application/AbilityStage.ts",
6        "description": "$string:phone_entry_dsc",
7        "mainElement": "MainAbility",
8        "deviceTypes": [
9        "default",
10        "tablet"
11        ],
12        "deliveryWithInstall": true,
13        "installationFree": false,
14        "uiSyntax": "ets",
15        "pages": "$profile:main_pages",
16        "metadata": [
17          {
18            "name": "ArkTSPartialUpdate",
19            "value": "false"
20          }
21        ],
22        "abilities": [
23            {
24                "name": "com.acts.actsinterfacemultiuserstest.MainAbility",
25                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
26                "description": "$string:phone_entry_main",
27                "icon": "$media:icon",
28                "label": "$string:entry_label",
29                "visible": true,
30                "orientation": "portrait",
31                "skills": [
32                    {
33                        "actions": [
34                            "action.system.home"
35                        ],
36                        "entities":[
37                            "entity.system.home"
38                        ]
39                    }
40                ]
41            },
42			{
43                "name": "com.acts.actsinterfacemultiuserstest.MainAbility2",
44                "srcEntrance": "./ets/MainAbility2/MainAbility2.ts",
45                "description": "$string:phone_entry_main",
46                "icon": "$media:icon",
47                "label": "$string:entry_label",
48                "visible": true,
49                "orientation": "portrait"
50            },
51			{
52                "name": "com.acts.actsinterfacemultiuserstest.MainAbility3",
53                "srcEntrance": "./ets/MainAbility3/MainAbility3.ts",
54                "description": "$string:phone_entry_main",
55                "icon": "$media:icon",
56                "label": "$string:entry_label",
57                "visible": true,
58                "orientation": "portrait"
59            }
60        ],
61      "defPermissions": [
62        {
63          "availableScope": [],
64          "grantMode": "system_grant",
65          "name": "ohos.permission.MANAGE_LOCAL_ACCOUNTS"
66        },
67        {
68          "availableScope": [],
69          "grantMode": "system_grant",
70          "name": "ohos.permission.INTERACT_ACROSS_LOCAL_ACCOUNTS_EXTENSION"
71        }
72      ],
73        "requestPermissions": [
74          {
75            "name": "ohos.permission.CLEAN_BACKGROUND_PROCESSES",
76            "reason": "need use ohos.permission.CLEAN_BACKGROUND_PROCESSES"
77          },
78          {
79            "name": "ohos.permission.GET_BUNDLE_INFO",
80            "reason": "need use ohos.permission.GET_BUNDLE_INFO"
81          },
82          {
83            "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
84            "reason": "need use ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
85          },
86          {
87            "name": "ohos.permission.GET_RUNNING_INFO",
88            "reason": "need use ohos.permission.GET_RUNNING_INFO"
89          },
90          {
91            "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
92            "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
93          }
94        ]
95    }
96}
97