Activity.RequestShowKeyboardShortcuts Method

Definition

Request the Keyboard Shortcuts screen to show up.

[Android.Runtime.Register("requestShowKeyboardShortcuts", "()V", "", ApiSince=24)]
public void RequestShowKeyboardShortcuts ();
[<Android.Runtime.Register("requestShowKeyboardShortcuts", "()V", "", ApiSince=24)>]
member this.RequestShowKeyboardShortcuts : unit -> unit
Attributes

Remarks

Request the Keyboard Shortcuts screen to show up. This will trigger #onProvideKeyboardShortcuts to retrieve the shortcuts for the foreground activity.

Java documentation for android.app.Activity.requestShowKeyboardShortcuts().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to