Easer icon indicating copy to clipboard operation
Easer copied to clipboard

Feature Request - Ringer Mode Event / Condition

Open cwarts opened this issue 7 years ago • 1 comments

Right now it seems like there isn't a way to detect when the ringer mode has been manually changed. So if i want to say, have vibrate mode be changed to ringer mode after a timer, there doesn't seem to be a way to set that up. Ideally there would be an event when it is manually changed and a condition to check what it's actually in, but how that detection would work probably precludes one or the other.

Thanks.

cwarts avatar Dec 18 '18 17:12 cwarts

By now the ringer mode condition has been added. But a ringer mode event has not been added yet. Though it seems to be possible as android broadcasts this information:

https://developer.android.com/reference/android/media/AudioManager#RINGER_MODE_CHANGED_ACTION

chaptergy avatar Jun 07 '22 18:06 chaptergy