HandoffActivityParams.IsAllowHandoffWithoutPackageInstalled Property
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.
Returns whether the activity should be handed off even if the package is not installed on the remote device.
public bool IsAllowHandoffWithoutPackageInstalled { [Android.Runtime.Register("isAllowHandoffWithoutPackageInstalled", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isAllowHandoffWithoutPackageInstalled", "()Z", "", ApiSince=37)>]
member this.IsAllowHandoffWithoutPackageInstalled : bool
Property Value
whether the activity should be handed off even if the package is not installed on the remote device.
- Attributes
Remarks
Returns whether the activity should be handed off even if the package is not installed on the remote device. If this is set to false, this activity will not appear as a Handoff suggestion on devices which do not have the package installed. If this is set to true, the activity must provide a URL to perform web handoff. If one is not provided, the user will be shown an error message.
Android reference for android.app.HandoffActivityParams.isAllowHandoffWithoutPackageInstalled.
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.