Related questions
Question 137 - H14-231_V1.0 discussion
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'] } }
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'] } }
D.
'module': { 'defPermissions': [ { 'name':'com.myability.permission.MYPERMISSION', 'grantMode':'system_grant' 'availableScope': ['signatures'] } }
Your answer:
0 comments
Sorted by
Leave a comment first