123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- {
- "module": {
- "name": "entry_test",
- "type": "feature",
- "description": "$string:module_test_desc",
- "mainElement": "TestAbility",
- "deviceTypes": [
- "default",
- "tablet"
- ],
- "deliveryWithInstall": true,
- "installationFree": false,
- "pages": "$profile:test_pages",
- "abilities": [
- {
- "name": "TestAbility",
- "srcEntry": "./ets/testability/TestAbility.ets",
- "description": "$string:TestAbility_desc",
- "icon": "$media:HONDAK_LOGO",
- "label": "$string:TestAbility_label",
- "exported": true,
- "startWindowIcon": "$media:HONDAK_LOGO",
- "startWindowBackground": "$color:start_window_background",
- "skills": [
- {
- "actions": [
- "action.system.home"
- ],
- "entities": [
- "entity.system.home"
- ]
- }
- ]
- }
- ],
- "requestPermissions": [
- {
- "name": "ohos.permission.DISTRIBUTED_DATASYNC",
- "usedScene": {
- "abilities": [
- "EntryAbility"
- ],
- "when": "inuse"
- }
- },
- {
- "name": "ohos.permission.ACCESS_SERVICE_DM"
- },
- {
- "name": "ohos.permission.REBOOT"
- }
- ]
- }
- }
|