PackageInstaller.SessionInfo.IsApplicationEnabledSettingPersistent Property

Definition

Returns true if this session will keep the existing application enabled setting after installation.

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

Property Value

Attributes

Remarks

Returns true if this session will keep the existing application enabled setting after installation.

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

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