I use CLI to build my Cordova app, and I have added the Media plugin.
\'cordova build\' automatically adds the android.permission.RECORD_AUDIO to my AndroidManifest.
I have done below:
myapp\platforms\android\app\src\main\AndroidManifest.xml
myapp\platforms\android\android.json
It worked, removed permission entries dint come back in manifest file.
Successfully uploaded apk to Play console.