Loading packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +0 −4 Original line number Diff line number Diff line Loading @@ -995,10 +995,6 @@ public abstract class BaseStatusBar extends SystemUI implements // the stack trace isn't very helpful here. Just log the exception message. Slog.w(TAG, "Sending contentIntent failed: " + e); } KeyguardManager kgm = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); if (kgm != null) kgm.exitKeyguardSecurely(null); } try { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/BaseStatusBar.java +0 −4 Original line number Diff line number Diff line Loading @@ -995,10 +995,6 @@ public abstract class BaseStatusBar extends SystemUI implements // the stack trace isn't very helpful here. Just log the exception message. Slog.w(TAG, "Sending contentIntent failed: " + e); } KeyguardManager kgm = (KeyguardManager) mContext.getSystemService(Context.KEYGUARD_SERVICE); if (kgm != null) kgm.exitKeyguardSecurely(null); } try { Loading