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

Commit 167a3658 authored by Selim Cinek's avatar Selim Cinek
Browse files

Disabled the media auto heads up experience

Test: atest SystemUITests
Fixes: 	138253091
Change-Id: I611bfdac44bb91e55b5944f8880f369534dbf30c
parent 2738aa3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ class BypassHeadsUpNotifier @Inject constructor(
                    enabled = Settings.Secure.getIntForUser(
                            context.contentResolver,
                            Settings.Secure.SHOW_MEDIA_WHEN_BYPASSING,
                            1 /* default */,
                            0 /* default */,
                            KeyguardUpdateMonitor.getCurrentUser()) != 0
                }, Settings.Secure.SHOW_MEDIA_WHEN_BYPASSING)
    }