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

Commit ddc2f878 authored by Selim Cinek's avatar Selim Cinek Committed by Android (Google) Code Review
Browse files

Merge "By default notifications are allowed to be shown on the lockscreen"

parents ebffde2e 03362961
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -411,7 +411,7 @@ public class NotificationManagerService extends SystemService {
    private NotificationAssistants mAssistants;
    private NotificationAssistants mAssistants;
    private ConditionProviders mConditionProviders;
    private ConditionProviders mConditionProviders;
    private NotificationUsageStats mUsageStats;
    private NotificationUsageStats mUsageStats;
    private boolean mLockScreenAllowSecureNotifications;
    private boolean mLockScreenAllowSecureNotifications = true;


    private static final int MY_UID = Process.myUid();
    private static final int MY_UID = Process.myUid();
    private static final int MY_PID = Process.myPid();
    private static final int MY_PID = Process.myPid();