Files
applications_launcher/feature/settings/src/main/module.json5
T
zhengyongjie b1d831680e launcher权限签名更改
Signed-off-by: zhengyongjie <15531316327@163.com>
2024-06-14 16:02:13 +08:00

68 lines
1.7 KiB
Plaintext

{
"module": {
"name": "launcher_settings",
"type": "feature",
"srcEntry": "./ets/Application/AbilityStage.ts",
"description": "$string:mainability_description",
"mainElement": "com.ohos.launcher.settings.MainAbility",
"deviceTypes": [
"default",
"tablet"
],
"metadata": [
{
"name": "ArkTSPartialUpdate",
"value": "true"
}
],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"abilities": [
{
"name": "com.ohos.launcher.settings.MainAbility",
"srcEntry": "./ets/MainAbility/MainAbility.ts",
"startWindowIcon": "$media:startWindowIcon",
"startWindowBackground": "$color:startWindowBackground",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:settings_MainAbility",
"launchType": "singleton",
"exported": false
}
],
"requestPermissions": [
{
"name": "ohos.permission.INJECT_INPUT_EVENT"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED"
},
{
"name": "ohos.permission.INSTALL_BUNDLE"
},
{
"name": "ohos.permission.LISTEN_BUNDLE_CHANGE"
},
{
"name": "ohos.permission.MANAGE_MISSIONS"
},
{
"name": "ohos.permission.REQUIRE_FORM"
},
{
"name": "ohos.permission.INPUT_MONITORING"
},
{
"name": "ohos.permission.NOTIFICATION_CONTROLLER"
},
{
"name": "ohos.permission.MANAGE_SECURE_SETTINGS"
},
{
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
}
]
}
}