volume_control_android icon indicating copy to clipboard operation
volume_control_android copied to clipboard

Ring and notification not separate

Open krallus opened this issue 6 years ago • 3 comments

With "extended volume settings" enabled, Ring and Notification volumes are separate controls. However, changing one changes the other and I really need them to be independent.

Android 9 on Google Pixel 3a

If you can resolve this, my love for this app would be immense! :-)

krallus avatar Jul 27 '19 17:07 krallus

@krallus Thanks for the issue. this is limitation of android sdk and known. android provides these volume modes, but they are linked to each other.

I have a workaround idea but I haven't tried it.

The idea is to start a foreground service and listen for ringer state changes and manually change ringer value just for the time of rings. it will require few additional permissions.

relative links:

  • https://stackoverflow.com/a/15564021/2795206

punksta avatar Jul 28 '19 10:07 punksta

Cool idea. It would be even cooler with option to gradually ramp up ring volume up to max volume until the call is acknowledged.

Any plans on implementing this?

vldmrrr avatar Dec 22 '19 14:12 vldmrrr

I have started looking into this

punksta avatar Mar 29 '20 07:03 punksta