I need to find if the speaker is on or not using programmability.
I know that we can find the method below, regardless of whether it is enabled or not.
AudioManager.isSpeakerphoneOn();
in my case even returns false, even if the speaker is turned on somehow.
I need to know below 2 things.
1. Is there any translation action to find the state of the columns.
2. Is there a way to find the status of the speaker status
source share