Merge "Disabled the media auto heads up experience" into qt-r1-dev

This commit is contained in:
Selim Cinek
2019-07-24 16:48:19 +00:00
committed by Android (Google) Code Review

View File

@@ -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)
}