{
"module": {
"name": "entry",
"type": "entry",
"description": "$string:module_desc",
"mainElement": "EntryAbility",
"deviceTypes": [
"default"
],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"requestPermissions": [
{
"name": "ohos.permission.VIBRATE"
},
{
"name": "ohos.permission.INTERNET"
},
{
"name": "ohos.permission.GET_BUNDLE_INFO",
"reason": "$string:app_name",
"usedScene": {
}
},
// {
// "name": "ohos.permission.GET_BUNDLE_INFO_PRIVILEGED",
// "reason": "$string:app_name",
// "usedScene": {
//
// }
// },
// {
// "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
// "reason": "$string:app_name",
// "usedScene": {
//
// }
// },
// {
// "name": "ohos.permission.REVOKE_SENSITIVE_PERMISSIONS",
// "reason": "$string:app_name",
// "usedScene": {
//
// }
// },
{
"name": "ohos.permission.MEDIA_LOCATION",
"reason": "$string:app_name",
"usedScene": {
}
},
{
"name": "ohos.permission.READ_IMAGEVIDEO",
"reason": "$string:app_name",
"usedScene": {
}
},
{
"name": "ohos.permission.READ_AUDIO",
"reason": "$string:app_name",
"usedScene": {
}
},
// {
// "name": "ohos.permission.READ_DOCUMENT",
// "reason": "$string:app_name",
// "usedScene": {
//
// }
// },
{
"name": "ohos.permission.WRITE_IMAGEVIDEO",
"reason": "$string:app_name",
"usedScene": {
}
},
{
"name": "ohos.permission.WRITE_AUDIO",
"reason": "$string:app_name",
"usedScene": {
}
},
// {
// "name": "ohos.permission.WRITE_DOCUMENT",
// "reason": "$string:app_name",
// "usedScene": {
//
// }
// }
],
"abilities": [
{
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
]
}
],
"extensionAbilities": [
{
"name": "EntryBackupAbility",
"srcEntry": "./ets/entrybackupability/EntryBackupAbility.ets",
"type": "backup",
"exported": false,
"metadata": [
{
"name": "ohos.extension.backup",
"resource": "$profile:backup_config"
}
]
}
]
}
}