mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-23 06:59:48 +00:00
截屏添加申请用户授权权限申请原因
Signed-off-by: lijinfengde123 <lijinfeng26@huawei.com>
This commit is contained in:
parent
9a22831447
commit
8dcd5e0d02
@ -11,6 +11,18 @@
|
||||
{
|
||||
"name": "button_name",
|
||||
"value": "查 看"
|
||||
},
|
||||
{
|
||||
"name": "media_location_reason",
|
||||
"value": "Screenshot apps need to read media location information"
|
||||
},
|
||||
{
|
||||
"name": "read_media_reason",
|
||||
"value": "Screenshot apps need to read media files"
|
||||
},
|
||||
{
|
||||
"name": "write_media_reason",
|
||||
"value": "Screenshot apps need to write media files"
|
||||
}
|
||||
]
|
||||
}
|
@ -15,6 +15,18 @@
|
||||
{
|
||||
"name": "mainability_description",
|
||||
"value": "ETS_Empty Feature Ability"
|
||||
},
|
||||
{
|
||||
"name": "media_location_reason",
|
||||
"value": "Screenshot apps need to read media location information"
|
||||
},
|
||||
{
|
||||
"name": "read_media_reason",
|
||||
"value": "Screenshot apps need to read media files"
|
||||
},
|
||||
{
|
||||
"name": "write_media_reason",
|
||||
"value": "Screenshot apps need to write media files"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user