OSDN Git Service

Remove "if it succeeds" wording from requestShowKeyboardShortcuts
authorClara Bayarri <clarabayarri@google.com>
Mon, 16 May 2016 16:48:16 +0000 (17:48 +0100)
committerClara Bayarri <clarabayarri@google.com>
Mon, 16 May 2016 16:48:16 +0000 (17:48 +0100)
Bug: 28775576
Change-Id: Ib7bc2d78cc074c14384f5a86437c684462f1fb54

core/java/android/app/Activity.java

index fecfdae..59edc8c 100644 (file)
@@ -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() {