• 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            "tablet",
10            "default",
11            "phone"
12        ],
13        "deliveryWithInstall": true,
14        "installationFree": false,
15        "uiSyntax": "ets",
16        "pages": "$profile:main_pages",
17        "metadata": [
18          {
19            "name": "ArkTSPartialUpdate",
20            "value": "true"
21          }
22        ],
23        "abilities": [{
24            "name": "com.example.myapplication.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                "actions": [
33                    "action.system.home"
34                ],
35                "entities": [
36                    "entity.system.home"
37                ]
38            }]
39        }],
40        "requestPermissions": [
41	    {
42                "name": "ohos.permission.LOCATION"
43            },
44            {
45                "name": "ohos.permission.INTERNET"
46            }
47        ]
48    }
49}