You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pressing the mic button causes crash. The log shows:
java.lang.SecurityException: Not allowed to change Do Not Disturb state
at android.os.Parcel.readException(Parcel.java:1943)
at android.os.Parcel.readException(Parcel.java:1889)
at android.media.IAudioService$Stub$Proxy.setStreamVolume(IAudioService.java:933)
at android.media.AudioManager.setStreamVolume(AudioManager.java:1010)
at ee.ioc.phon.android.speechutils.c.a(Unknown Source:41)
at ee.ioc.phon.android.speechutils.b.a.onStartListening(Unknown Source:63)
at android.speech.RecognitionService.dispatchStartListening(RecognitionService.java:113)
at android.speech.RecognitionService.-wrap3(Unknown Source:0)
at android.speech.RecognitionService$1.handleMessage(RecognitionService.java:82)
Pressing the mic button causes crash. The log shows:
Possible solution: https://stackoverflow.com/questions/39151453/in-android-7-api-level-24-my-app-is-not-allowed-to-mute-phone-set-ringer-mode
The text was updated successfully, but these errors were encountered: