# HarmonyOs_study **Repository Path**: kimi009/harmony-os_study ## Basic Information - **Project Name**: HarmonyOs_study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-22 - **Last Updated**: 2023-10-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 问题汇总 ## 权限配置 - 添加权限到module.json5里面 ```json { "requestPermissions": [ { "name": "ohos.permission.CAMERA", "reason": "$string:reason", "usedScene": { "abilities": [ "EntryFormAbility" ], "when": "inuse" } } ] } ```