AgoraIO-Extensions / AgoraIO-Extensions/Agora-Flutter-SDK
Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA)
- 主要语言
- Dart
- 星标
- 795
- 派生
- 448
- 平均合并
- 12 小时 19 分钟
- 30 天内合并 PR
- 14
描述
**Is your feature request related to a problem? Please describe.**
While uploading an app to the play store that only uses audio I am getting `Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA)`. I do not intend on using the video call feature for my app.
**Describe the solution you'd like**
I would like for a separate flutter package that does not include the CAMERA permission for use cases that do not intend to use video.
**Describe alternatives you've considered**
- Modifying the package and having a custom package that is a copy of the current latest version in my project is one thing I am considering. Makes it a lot harder to keep the dependency updated as I will need to manually update my custom package with every change done to the main repo here.
- Setting up the needed permissions and declarations in the Play Store Console. This will be misleading to my users as they will see the declaration that we need CAMERA permissions. Can lead to mistrust of the app.
**Additional context**
For now running a custom local package as a workaround
```
agora_rtc_engine:
path: ./packages/agora_rtc_engine-6.5.3
```
贡献指南
评估
这个 Issue 还没有评估数据。