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
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! :-)
The text was updated successfully, but these errors were encountered:
@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.
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! :-)
The text was updated successfully, but these errors were encountered: