Merge "Default silent notifs on lockscreen to on" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-06-06 18:37:08 +00:00
committed by Android (Google) Code Review

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) {