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

Commit f9d55f7c authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Let SysUI call Settings.Secure#getInt"

parents 339650b1 fe590e4c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -333,7 +333,6 @@ public class NotificationLockscreenUserManagerImpl implements
    }

    private boolean hideSilentNotificationsOnLockscreen() {
        // TODO(b/140058091)
        return whitelistIpcs(() -> Settings.Secure.getInt(mContext.getContentResolver(),
                Settings.Secure.LOCK_SCREEN_SHOW_SILENT_NOTIFICATIONS, 1) == 0);
    }