diff options
| author | 2016-05-16 17:48:16 +0100 | |
|---|---|---|
| committer | 2016-05-16 17:48:16 +0100 | |
| commit | ab591ba4b6acb1161508d1bf1f58809f61462f3a (patch) | |
| tree | 9c7cde84408b032fe9e759c0ff9b99f5d1ab2fd7 | |
| parent | ac6f034f2a25422e852e3dc17ae4eae33ef9b05a (diff) | |
Remove "if it succeeds" wording from requestShowKeyboardShortcuts
Bug: 28775576
Change-Id: Ib7bc2d78cc074c14384f5a86437c684462f1fb54
| -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 fecfdaec74bc..59edc8c48ee5 100644 --- a/core/java/android/app/Activity.java +++ b/core/java/android/app/Activity.java @@ -1688,7 +1688,7 @@ public class Activity extends ContextThemeWrapper } /** - * Request the Keyboard Shortcuts screen to show up. If it succeeds, this will trigger + * Request the Keyboard Shortcuts screen to show up. This will trigger * {@link #onProvideKeyboardShortcuts} to retrieve the shortcuts for the foreground activity. */ public final void requestShowKeyboardShortcuts() { |