ControlsProviderService.ExtraLockscreenAllowTrivialControls 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.
Boolean extra containing the value of the setting allowing actions on a locked device.
[Android.Runtime.Register("EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS", ApiSince=34)]
public const string ExtraLockscreenAllowTrivialControls;
[<Android.Runtime.Register("EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS", ApiSince=34)>]
val mutable ExtraLockscreenAllowTrivialControls : string
Field Value
- Attributes
Remarks
Boolean extra containing the value of the setting allowing actions on a locked device.
This corresponds to the setting that indicates whether the user has consented to allow actions on devices that declare Control#isAuthRequired()
as false
when the device is locked.
This is passed with the intent when the panel specified by #META_DATA_PANEL_ACTIVITY
is launched.
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.