Keyguard: Refactoring for improving trusted unlock while occluded am: d88eb2693b
am: cb5642afae
Change-Id: Id60ae0e1bfcfb2297855810781d8ca040cf46def
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user