module.normal.json5 1004 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "module": {
  3. "requestPermissions": [
  4. {
  5. "name": "ohos.permission.CAMERA",
  6. "reason": "$string:permission_camera_reason",
  7. "usedScene": {
  8. "abilities": ["EntryAbility"],
  9. "when": "inuse"
  10. }
  11. },
  12. {
  13. "name": "ohos.permission.MICROPHONE",
  14. "reason": "$string:permission_microphone_reason",
  15. "usedScene": {
  16. "abilities": ["EntryAbility"],
  17. "when": "inuse"
  18. }
  19. },
  20. {
  21. "name": "ohos.permission.LOCATION",
  22. "reason": "$string:permission_location_reason",
  23. "usedScene": {
  24. "abilities": ["EntryAbility"],
  25. "when": "inuse"
  26. }
  27. },
  28. {
  29. "name": "ohos.permission.APPROXIMATELY_LOCATION",
  30. "reason": "$string:permission_coarse_location_reason",
  31. "usedScene": {
  32. "abilities": ["EntryAbility"],
  33. "when": "inuse"
  34. }
  35. },
  36. {
  37. "name": "ohos.permission.ACCESS_BLUETOOTH",
  38. "reason": "$string:permission_bluetooth_reason",
  39. "usedScene": {
  40. "abilities": ["EntryAbility"],
  41. "when": "inuse"
  42. }
  43. }
  44. ]
  45. }
  46. }