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" )
3 Antworten
0
You mean while recording, the screen recorder should capture the audio as well
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
0
I tried the same thing & try to add in the mainfest but didn't work.
Have to try other ways.