Hello.
In Android 7, the permission setting of the sound sensor works well.
However, it seems that the permission of the sound sensor is not available in Android 11.
How can I solve the permission problem of the sound sensor in Android 11?
Hello.
In Android 7, the permission setting of the sound sensor works well.
However, it seems that the permission of the sound sensor is not available in Android 11.
How can I solve the permission problem of the sound sensor in Android 11?
Try to ask for permission
android.permission.RECORD_AUDIO
Taifun
I tried. but It’s same.
thank you.