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

Commit 1f124adc authored by Roman Birg's avatar Roman Birg Committed by Adnan Begovic
Browse files

frameworks: read VOLUME_LINK_NOTIFICATION from proper table



Change-Id: I15e9caa18f307a51a732c7a59013bbbb234a7477
Signed-off-by: default avatarRoman Birg <roman@cyngn.com>
(cherry picked from commit 1b7cfa17)
parent 93abc0c2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4616,7 +4616,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;