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
shishuangxi
2024-04-23 15:16:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3e036ab99ad137310dd12ff5f19aa07ba3efcd0f
3e036ab9
1 parent
1ac21a8d
添加定位权限说明
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
sight_harmony/features/wdHwAbility/src/main/module.json5
sight_harmony/features/wdHwAbility/src/main/resources/base/element/string.json
sight_harmony/features/wdHwAbility/src/main/module.json5
View file @
3e036ab
...
...
@@ -9,6 +9,18 @@
"2in1"
],
"deliveryWithInstall"
:
true
,
"pages"
:
"$profile:main_pages"
"pages"
:
"$profile:main_pages"
,
"requestPermissions"
:
[
{
"name"
:
"ohos.permission.APPROXIMATELY_LOCATION"
,
"reason"
:
"$string:location_reason"
,
"usedScene"
:
{
"abilities"
:
[
"FormAbility"
],
"when"
:
"inuse"
}
}
]
}
}
\ No newline at end of file
...
...
sight_harmony/features/wdHwAbility/src/main/resources/base/element/string.json
View file @
3e036ab
...
...
@@ -3,6 +3,10 @@
{
"name"
:
"shared_desc"
,
"value"
:
"description"
},
{
"name"
:
"location_reason"
,
"value"
:
" "
}
]
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment