ApplicationInfo.IsVirtualPreload Property

Definition

Returns whether or not this application was installed as a virtual preload.

public virtual bool IsVirtualPreload { [Android.Runtime.Register("isVirtualPreload", "()Z", "GetIsVirtualPreloadHandler", ApiSince=27)] get; }
[<get: Android.Runtime.Register("isVirtualPreload", "()Z", "GetIsVirtualPreloadHandler", ApiSince=27)>]
member this.IsVirtualPreload : bool

Property Value

Attributes

Remarks

Returns whether or not this application was installed as a virtual preload.

Java documentation for android.content.pm.ApplicationInfo.isVirtualPreload().

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