Default silent notifs on lockscreen to on

Test: manual
Bug: 134613164
Change-Id: I4873d7120959c25511ba8c51b4de9bf81df06b72
This commit is contained in:
Julia Reynolds
2019-06-06 11:17:20 -04:00
parent 730b22c229
commit 837ed9ac7a

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