ExamGecko
Question list
Search
Search

Related questions











Question 137 - H14-231_V1.0 discussion

Report
Export

How do I define the permissions correctly when a developer needs to customize the permissions for the Harmony OS third-party application?

A.
'module': { 'reqPermissions': [ { 'name':'com.myability.permission.MYPERMISSION ' 'grantMode':'system_grant', 'availableScope': ['signatures'] } }
Answers
A.
'module': { 'reqPermissions': [ { 'name':'com.myability.permission.MYPERMISSION ' 'grantMode':'system_grant', 'availableScope': ['signatures'] } }
B.
'module': { 'defPermissions': [ 'name':'com.myability.permission.INTERNET' 'grantMode':'user_grant' 'availableScope': ['signatures'] } }
Answers
B.
'module': { 'defPermissions': [ 'name':'com.myability.permission.INTERNET' 'grantMode':'user_grant' 'availableScope': ['signatures'] } }
C.
'module': { 'defPermissions': [ { 'name':'com.myability.permission.INTERNET' 'grantMode':'system_grant' 'availableScope': ['signatures'] } }
Answers
C.
'module': { 'defPermissions': [ { 'name':'com.myability.permission.INTERNET' 'grantMode':'system_grant' 'availableScope': ['signatures'] } }
D.
'module': { 'defPermissions': [ { 'name':'com.myability.permission.MYPERMISSION', 'grantMode':'system_grant' 'availableScope': ['signatures'] } }
Answers
D.
'module': { 'defPermissions': [ { 'name':'com.myability.permission.MYPERMISSION', 'grantMode':'system_grant' 'availableScope': ['signatures'] } }
Suggested answer: D
asked 18/09/2024
Marcos Losa Torviso
53 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first