UserManager.DisallowTaskContinuityHandoff 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.
Specifies if the user is not allowed to handoff tasks to other devices.
[Android.Runtime.Register("DISALLOW_TASK_CONTINUITY_HANDOFF", ApiSince=37)]
public const string DisallowTaskContinuityHandoff;
[<Android.Runtime.Register("DISALLOW_TASK_CONTINUITY_HANDOFF", ApiSince=37)>]
val mutable DisallowTaskContinuityHandoff : string
Field Value
- Attributes
Remarks
Specifies if the user is not allowed to handoff tasks to other devices.
This policy may be set by a device owner or a profile owner. When set by a device owner, no applications will be able to send data to other devices for Handoff, nor will the current device exchange task metadata for other devices. When it is set by a profile owner of an organization-owned managed profile or the parent profile, applications running in the personal user will be disallowed from performing Handoff and excluded from appearing in Handoff metadata exchanges
The default value is false.
Key for user restrictions.
Type: Boolean
Android reference for android.os.UserManager.DISALLOW_TASK_CONTINUITY_HANDOFF.
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.