Język

Resource.Attribute.UsesAssistScreenshots Field

Definition

Flag indicating whether this voice interaction service uses assist screenshots when available.

[Android.Runtime.Register("usesAssistScreenshots", ApiSince=37)]
public const int UsesAssistScreenshots = 16844466;
[<Android.Runtime.Register("usesAssistScreenshots", ApiSince=37)>]
val mutable UsesAssistScreenshots : int

Field Value

Value = 16844466
Attributes

Remarks

Flag indicating whether this voice interaction service uses assist screenshots when available. By default, this value is false.

May be a boolean value, such as "true" or "false".

Android reference for android.R.attr.usesAssistScreenshots.

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