diff --git a/core/java/android/app/Activity.java b/core/java/android/app/Activity.java index fecfdaec74bc6..59edc8c48ee52 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() {