Un necessary compulsion/dependence on RECORD_AUDIO permission #1154
Unanswered
MTayyabSarfraz
asked this question in
Q&A
Replies: 1 comment
-
Hello, RECORD_AUDIO permission is required if you use AudioRecord class (It is used in MicrophoneManager class of this library) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My project required no audio/video recordings so I omitted the unwanted permissions + codes,
But when I tried to remove
android.permission.RECORD_AUDIO
permission I found a lot of dependence on this permission, simply omitting permission doesn't work for me (had dependence in audio Encoders/manager classes).Wouldn't it be better to decouple it from the Audio manager/encoder based on user preferences?
Beta Was this translation helpful? Give feedback.
All reactions