diff options
| author | Alan Viverette <alanv@google.com> | 2014-07-10 14:50:06 -0700 |
|---|---|---|
| committer | Alan Viverette <alanv@google.com> | 2014-07-10 14:54:26 -0700 |
| commit | e34560b21989eea54a139a0586d156ba573cc2ea (patch) | |
| tree | d35e6998089afbd5492f23833cedc0c261c74c1e /core/java/android/view/WindowManagerPolicy.java | |
| parent | 2db72ad45b0c4d91f0d009c6d98eb7fb5231e1d9 (diff) | |
Add accessibility action to open power long-press dialog
Also fixes an infinite recursion bug in the WindowManagerService
implementation of WindowManagerInternal.
BUG: 16129909
Change-Id: I4f9d32f4e6c3ad460652c5e5271540fa5032a1f5
Diffstat (limited to 'core/java/android/view/WindowManagerPolicy.java')
| -rw-r--r-- | core/java/android/view/WindowManagerPolicy.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/core/java/android/view/WindowManagerPolicy.java b/core/java/android/view/WindowManagerPolicy.java index ee542a1fb7e0..5f0fa1841323 100644 --- a/core/java/android/view/WindowManagerPolicy.java +++ b/core/java/android/view/WindowManagerPolicy.java @@ -1162,6 +1162,12 @@ public interface WindowManagerPolicy { public void showRecentApps(); /** + * Show the global actions dialog. + * @hide + */ + public void showGlobalActions(); + + /** * @return The current height of the input method window. */ public int getInputMethodWindowVisibleHeightLw(); |
