Settings.Secure.SkipFirstUseHints Field

Definition

If enabled, apps should try to skip any introductory hints on first launch.

[Android.Runtime.Register("SKIP_FIRST_USE_HINTS")]
public const string SkipFirstUseHints;
[<Android.Runtime.Register("SKIP_FIRST_USE_HINTS")>]
val mutable SkipFirstUseHints : string

Field Value

Attributes

Remarks

If enabled, apps should try to skip any introductory hints on first launch. This might apply to users that are already familiar with the environment or temporary users.

Type : int (0 to show hints, 1 to skip showing hints)

Java documentation for android.provider.Settings.Secure.SKIP_FIRST_USE_HINTS.

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