Settings.ExtraSupervisorRestrictedSettingKey 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.
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.