InputMethodInfo.CreateStylusHandwritingSettingsActivityIntent Method

Definition

Returns Intent for stylus handwriting settings activity with Intent#getAction() Intent action#ACTION_STYLUS_HANDWRITING_SETTINGS if IME #supportsStylusHandwriting() supports stylus handwriting, else null if there are no associated settings for stylus handwriting / handwriting is not supported or if android.R.styleable#InputMethod_stylusHandwritingSettingsActivity is not defined.

[Android.Runtime.Register("createStylusHandwritingSettingsActivityIntent", "()Landroid/content/Intent;", "", ApiSince=34)]
public Android.Content.Intent? CreateStylusHandwritingSettingsActivityIntent ();
[<Android.Runtime.Register("createStylusHandwritingSettingsActivityIntent", "()Landroid/content/Intent;", "", ApiSince=34)>]
member this.CreateStylusHandwritingSettingsActivityIntent : unit -> Android.Content.Intent

Returns

Attributes

Remarks

Returns Intent for stylus handwriting settings activity with Intent#getAction() Intent action#ACTION_STYLUS_HANDWRITING_SETTINGS if IME #supportsStylusHandwriting() supports stylus handwriting, else null if there are no associated settings for stylus handwriting / handwriting is not supported or if android.R.styleable#InputMethod_stylusHandwritingSettingsActivity is not defined.

To launch stylus settings, use this method to get the android.content.Intent to launch the stylus handwriting settings activity.

e.g.

<code>startActivity(createStylusHandwritingSettingsActivityIntent());</code>

</p>

Java documentation for android.view.inputmethod.InputMethodInfo.createStylusHandwritingSettingsActivityIntent().

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