How do i let screen recorders record the internal audio of my game?

So i have android 10 that means i can record internal audio for apps so I decided to record my game but there was no sound so when i checked the app a warning came that said “internal audio will only be recorded if it’s authorised by the game developer” now i am the game dev i checked player settings before building the game but there was no option to do it so how do i go about it? Below is a pic of message.

181809-screenshot-2021-06-07-23-46-30-619.jpeg

You need to edit your game’s Android Manifest to enable audio recording permissions.

There is an option called android:allowAudioPlaybackCapture that you need to set to true.