Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ring and notification not separate #11

Open
krallus opened this issue Jul 27, 2019 · 3 comments
Open

Ring and notification not separate #11

krallus opened this issue Jul 27, 2019 · 3 comments

Comments

@krallus
Copy link

krallus commented Jul 27, 2019

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! :-)

@punksta
Copy link
Owner

punksta commented Jul 28, 2019

@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:

@vldmrrr
Copy link

vldmrrr commented Dec 22, 2019

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?

@punksta
Copy link
Owner

punksta commented Mar 29, 2020

I have started looking into this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants