Share via


ControlsProviderService.ExtraLockscreenAllowTrivialControls Field

Definition

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.

Java documentation for android.service.controls.ControlsProviderService.EXTRA_LOCKSCREEN_ALLOW_TRIVIAL_CONTROLS.

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