Settings.System.SetupWizardHasRun Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether the setup wizard has been run before (on first boot), or if it still needs to be run.
[Android.Runtime.Register("SETUP_WIZARD_HAS_RUN")]
public const string SetupWizardHasRun;
[<Android.Runtime.Register("SETUP_WIZARD_HAS_RUN")>]
val mutable SetupWizardHasRun : string
Field Value
- Attributes
Remarks
Whether the setup wizard has been run before (on first boot), or if it still needs to be run.
nonzero = it has been run in the past 0 = it has not been run in the past
Java documentation for android.provider.Settings.System.SETUP_WIZARD_HAS_RUN
.
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.