• 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            "2in1"
13        ],
14        "deliveryWithInstall": true,
15        "installationFree": false,
16        "uiSyntax": "ets",
17        "pages": "$profile:main_pages",
18        "abilities": [
19            {
20                "name": "com.example.myapplication.MainAbility",
21                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
22                "description": "$string:phone_entry_main",
23                "icon": "$media:icon",
24                "label": "$string:entry_label",
25                "visible": true,
26                "orientation": "portrait",
27                "skills": [
28                    {
29                        "actions": [
30                            "action.system.home"
31                        ],
32                        "entities": [
33                            "entity.system.home"
34                        ]
35                    }
36                ]
37            }
38        ],
39        "requestPermissions": [
40            {
41                "name": "ohos.permission.READ_MEDIA",
42                "reason": "use ohos.permission.READ_MEDIA"
43            },
44            {
45                "name": "ohos.permission.WRITE_MEDIA",
46                "reason": "use ohos.permission.WRITE_MEDIA"
47            }
48        ]
49    }
50}