diff options
| author | Clara Bayarri <clarabayarri@google.com> | 2016-05-16 14:15:14 +0100 |
|---|---|---|
| committer | Clara Bayarri <clarabayarri@google.com> | 2016-05-16 14:15:14 +0100 |
| commit | ac6f034f2a25422e852e3dc17ae4eae33ef9b05a (patch) | |
| tree | c33c6a0eee41aa079f3e0e800cfac22d4750b652 /core/java | |
| parent | 8995b00ce8f68f2a285a97c2ce711bea8c61179e (diff) | |
Rename requestKeyboardShortcutsHelper
Per API council feedback
Bug: 28775576
Change-Id: I1c4f98d7ec0d848f0c387aaedf8a0ed80628c64e
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/app/Activity.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index 0726c430a78b..fecfdaec74bc 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -1691,7 +1691,7 @@ public class Activity extends ContextThemeWrapper * Request the Keyboard Shortcuts screen to show up. If it succeeds, this will trigger * {@link #onProvideKeyboardShortcuts} to retrieve the shortcuts for the foreground activity. */ - public final void requestKeyboardShortcutsHelper() { + public final void requestShowKeyboardShortcuts() { Intent intent = new Intent(Intent.ACTION_SHOW_KEYBOARD_SHORTCUTS); intent.setComponent(new ComponentName(KEYBOARD_SHORTCUTS_RECEIVER_PKG_NAME, KEYBOARD_SHORTCUTS_RECEIVER_CLASS_NAME)); |
