Merge "Default silent notifs on lockscreen to on" into qt-dev am: a501bbc75c am: 55de60ec58

am: b5fa16a476

Change-Id: I9adecc803a2781967b51e56cd57f5ceff4228853
This commit is contained in:
Julia Reynolds
2019-06-06 12:13:15 -07:00
committed by android-build-merger

View File

@@ -320,7 +320,7 @@ public class NotificationLockscreenUserManagerImpl implements
private boolean hideSilentNotificationsOnLockscreen() {
return Settings.Secure.getInt(mContext.getContentResolver(),
Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 0) == 0;
Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0;
}
private void setShowLockscreenNotifications(boolean show) {