• 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.example.abilitymultiinstance.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                "launchType": "singleton",
32                "skills": [
33                    {
34                        "actions": [
35                            "action.system.home"
36                        ],
37                        "entities":[
38                            "entity.system.home"
39                        ]
40                    }
41                ]
42            }
43        ],
44        "requestPermissions": [
45          {
46            "name":"ohos.permission.START_ABILITIES_FROM_BACKGROUND",
47            "reason":"need use ohos.permission.START_ABILITIES_FROM_BACKGROUND"
48          }
49        ]
50    }
51}
52