Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangliang_wd
2024-08-29 16:10:41 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
49272bcf080f8889f7f2fc09a6064ca715e86f7b
49272bcf
1 parent
218864fd
feat:调整相机权限
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
sight_harmony/products/phone/src/main/module.json5
sight_harmony/products/phone/src/main/module.json5
View file @
49272bc
...
...
@@ -184,7 +184,7 @@
],
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.READ_
IMAGEVIDEO
"
,
"name"
:
"ohos.permission.READ_
MEDIA
"
,
"reason"
:
"$string:permission_photo_tip"
,
"usedScene"
:
{
"abilities"
:
[
...
...
@@ -194,7 +194,7 @@
}
},
{
"name"
:
"ohos.permission.WRITE_
IMAGEVIDEO
"
,
"name"
:
"ohos.permission.WRITE_
MEDIA
"
,
"reason"
:
"$string:permission_photo_tip"
,
"usedScene"
:
{
"abilities"
:
[
...
...
Please
register
or
login
to post a comment