• 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        ],
12        "deliveryWithInstall": true,
13        "installationFree": false,
14        "uiSyntax": "ets",
15        "pages": "$profile:main_pages",
16        "abilities": [
17            {
18                "name": "com.acts.inputmethodwidmanage.test.MainAbility",
19                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
20                "description": "$string:phone_entry_main",
21                "icon": "$media:icon",
22                "label": "$string:entry_label",
23                "visible": true,
24                "orientation": "portrait",
25                "launchType": "singleton",
26                "skills": [
27                    {
28                        "actions": [
29                            "action.system.home"
30                        ],
31                        "entities": [
32                            "entity.system.home"
33                        ]
34                    }
35                ]
36            }
37        ],
38        "extensionAbilities": [
39            {
40                "description": "inputPanelTest",
41                "icon": "$media:icon",
42                "name": "inputMethodWindService",
43                "srcEntrance": "./ets/InputMethodWindManage/InputMethodWindService.ts",
44                "type": "inputMethod",
45                "visible": true
46            }
47        ],
48        "requestPermissions": [
49            {
50                "name": "ohos.permission.CONNECT_IME_ABILITY"
51            }
52        ]
53    }
54}