AgoraIO-Extensions / AgoraIO-Extensions/Agora-Flutter-SDK
Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA)
- Langage dominant
- Dart
- Étoiles
- 795
- Forks
- 448
- Merge moyen
- 12 h 19 min
- PR mergées (30 j)
- 14
Description
**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
```
Guide de contribution
Ouvrir le guide de contribution
Évaluation
Cette issue n'a pas encore été évaluée.