From 90c52de28691ca0bbbf7c039ef20f85ce46882cc Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 23 Sep 2011 12:57:44 -0700 Subject: Fix issue #5173952: Opening a Notification From Lock Screen... ...Should Skip Unsecure Lockscreen (ICS) Also while I am in there, clean up logging of intent objects to include even less sensitive information, while showing the true Intent in dump output (since apps can't get to that). Change-Id: I35fed714645b21e4304ba38a11ebb9c4c963538e --- core/java/android/view/WindowManagerPolicy.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'core/java/android/view/WindowManagerPolicy.java') diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index 1dbb083dd58f..9c7b2a9b0e3f 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -849,6 +849,11 @@ public interface WindowManagerPolicy { */ public boolean inKeyguardRestrictedKeyInputMode(); + /** + * Ask the policy to dismiss the keyguard, if it is currently shown. + */ + public void dismissKeyguardLw(); + /** * Given an orientation constant, returns the appropriate surface rotation, * taking into account sensors, docking mode, rotation lock, and other factors. -- cgit v1.2.3