AgoraIO-Extensions / AgoraIO-Extensions/Agora-Flutter-SDK

Your APK or Android App Bundle is using permissions that require a privacy policy: (android.permission.CAMERA)

Aperta
#2,555 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Dart
Stelle
795
Fork
448
Merge medio
12h 19m
PR unite (30g)
14

Descrizione

**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
```

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.