I want to enable internal audio permission below android 10. Can anyone tell me how I do this? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

I want to enable internal audio permission below android 10. Can anyone tell me how I do this?

I have android 6.0. I want to enable this option in a screen recorder without root. Is there any possibility by changing manifest.xml codes (like adding- android:allowAudioPlaybackCapture="true" )

26th Aug 2020, 4:05 PM
TeCh & MoRe
TeCh & MoRe - avatar
3 Answers
0
You mean while recording, the screen recorder should capture the audio as well
26th Aug 2020, 4:31 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
Am not much familiar with Android studio, although just a try. it seems like you need to dynamically access the interal audio at run time, so just adding to manifest might not help Try this: https://developer.android.com/guide/topics/media/playback-capture
26th Aug 2020, 4:32 PM
Мг. Кнап🌠
Мг. Кнап🌠 - avatar
0
I tried the same thing & try to add in the mainfest but didn't work. Have to try other ways.
26th Aug 2020, 5:31 PM
TeCh & MoRe
TeCh & MoRe - avatar