Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1b7cfa17 authored by Roman Birg's avatar Roman Birg Committed by Gerrit Code Review
Browse files

frameworks: read VOLUME_LINK_NOTIFICATION from proper table



Change-Id: I15e9caa18f307a51a732c7a59013bbbb234a7477
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
parent e64f7519
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4438,7 +4438,7 @@ public class AudioService extends IAudioService.Stub {
                }
                readDockAudioSettings(mContentResolver);

                mLinkNotificationWithVolume = Settings.System.getInt(mContentResolver,
                mLinkNotificationWithVolume = Settings.Secure.getInt(mContentResolver,
                        Settings.Secure.VOLUME_LINK_NOTIFICATION, 1) == 1;
                if (mLinkNotificationWithVolume) {
                    mStreamVolumeAlias[AudioSystem.STREAM_NOTIFICATION] = AudioSystem.STREAM_RING;