PackageInstaller.SessionInfo.DontKillApp Property

Definition

Get the value set in SessionParams#setDontKillApp(boolean).

public virtual bool DontKillApp { [Android.Runtime.Register("getDontKillApp", "()Z", "GetGetDontKillAppHandler", ApiSince=34)] get; }
[<get: Android.Runtime.Register("getDontKillApp", "()Z", "GetGetDontKillAppHandler", ApiSince=34)>]
member this.DontKillApp : bool

Property Value

Attributes

Remarks

Get the value set in SessionParams#setDontKillApp(boolean).

Java documentation for android.content.pm.PackageInstaller.SessionInfo.getDontKillApp().

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