Related questions
Question 76 - H14-231_V1.0 discussion
How do I define the permissions correctly when a developer needs to customize the permissions for a third-party application for Harmony OS?
A.
module: { reqPermissions: [{ name:com.myability.permission.MYPERMISSION,grantMode:system_grant, availableScope: [signatures] } }
B.
module: { defPermissions: [{ name:name:com.myability.permission.lNTERNET, grantMode:user grant, availableScope: [signatures] } } module: { defPermissions: [{
C.
name:name:com.myability.permission.INTERNET, grantMode:system_grant, availableScope: [signatures] } } module: { defPermissions: [{
D.
name:name:com.myability.permission.MYPERMISSION, grantMode:system_grant, availableScope: [signatures] } }
Your answer:
0 comments
Sorted by
Leave a comment first