mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-23 06:59:48 +00:00
截屏新增tablet设备类型 & START_ABILITIES_FROM_BACKGROUND权限
Signed-off-by: shenglili <shengli9@huawei.com>
This commit is contained in:
parent
6005118f90
commit
37c6803adf
@ -1,10 +1,11 @@
|
||||
{
|
||||
{
|
||||
"module": {
|
||||
"package": "com.ohos.screenshot",
|
||||
"name": "common",
|
||||
"type": "har",
|
||||
"deviceTypes": [
|
||||
"phone"
|
||||
"default",
|
||||
"tablet"
|
||||
],
|
||||
"uiSyntax": "ets"
|
||||
}
|
||||
}
|
||||
|
@ -3,7 +3,8 @@
|
||||
"name": "screenshot",
|
||||
"type": "har",
|
||||
"deviceTypes": [
|
||||
"phone",
|
||||
"default",
|
||||
"tablet"
|
||||
],
|
||||
"uiSyntax": "ets"
|
||||
}
|
||||
|
@ -6,7 +6,8 @@
|
||||
"description": "$string:mainability_description",
|
||||
"mainElement": "com.ohos.screenshot.ServiceExtAbility",
|
||||
"deviceTypes": [
|
||||
"default"
|
||||
"default",
|
||||
"tablet"
|
||||
],
|
||||
"deliveryWithInstall": true,
|
||||
"installationFree": false,
|
||||
@ -55,6 +56,12 @@
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.CAPTURE_SCREEN"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
},
|
||||
{
|
||||
"name": "ohos.permission.START_ABILITIES_FROM_BACKGROUND"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user