Freigeben über


Settings.ExtraSupervisorRestrictedSettingKey Field

Definition

Intent extra: The id of a setting restricted by supervisors.

[Android.Runtime.Register("EXTRA_SUPERVISOR_RESTRICTED_SETTING_KEY", ApiSince=33)]
public const string ExtraSupervisorRestrictedSettingKey;
[<Android.Runtime.Register("EXTRA_SUPERVISOR_RESTRICTED_SETTING_KEY", ApiSince=33)>]
val mutable ExtraSupervisorRestrictedSettingKey : string

Field Value

Attributes

Remarks

Intent extra: The id of a setting restricted by supervisors.

Type: Integer with a value from the one of the SUPERVISOR_VERIFICATION_* constants below. <ul> <li>#SUPERVISOR_VERIFICATION_SETTING_UNKNOWN<li>#SUPERVISOR_VERIFICATION_SETTING_BIOMETRICS</ul>

Java documentation for android.provider.Settings.EXTRA_SUPERVISOR_RESTRICTED_SETTING_KEY.

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