Keyguard: Refactoring for improving trusted unlock while occluded am: d88eb2693b

am: cb5642afae

Change-Id: Id60ae0e1bfcfb2297855810781d8ca040cf46def
This commit is contained in:
Adrian Roos
2016-08-05 18:53:14 +00:00
committed by android-build-merger
10 changed files with 89 additions and 16 deletions

View File

@@ -135,6 +135,12 @@ public interface WindowManagerPolicy {
void registerShortcutKey(long shortcutCode, IShortcutService shortcutKeyReceiver)
throws RemoteException;
/**
* @return true if windows with FLAG_DISMISS_KEYGUARD should be allowed to show even if
* the keyguard is locked.
*/
boolean canShowDismissingWindowWhileLockedLw();
/**
* Interface to the Window Manager state associated with a particular
* window. You can hold on to an instance of this interface from the call