All third-party screen recording software rely on AudioPlaybackCapture API to record audio, so brave cannot be set to android:allowAudioPlaybackCapture=“false”. By configuring
AudioManager.setAllowedCapturePolicy()
AudioAttributes.ALLOW_CAPTURE_BY_ALL
AudioAttributes.ALLOW_CAPTURE_BY_NONE, you can allow or prohibit non-system applications from recording sound, and give the option to the user. The audio recording function is very important for third-party screen projection applications.
Translation software that I use if I am not good at English