PackageInstaller.ActionSessionCommitted Field

Definition

Broadcast Action: Explicit broadcast sent to the last known default launcher when a session for a new install is committed.

[Android.Runtime.Register("ACTION_SESSION_COMMITTED", ApiSince=26)]
public const string ActionSessionCommitted;
[<Android.Runtime.Register("ACTION_SESSION_COMMITTED", ApiSince=26)>]
val mutable ActionSessionCommitted : string

Field Value

Attributes

Remarks

Broadcast Action: Explicit broadcast sent to the last known default launcher when a session for a new install is committed. For managed profile, this is sent to the default launcher of the primary profile.

The associated session is defined in #EXTRA_SESSION and the user for which this session was created in Intent#EXTRA_USER.

Java documentation for android.content.pm.PackageInstaller.ACTION_SESSION_COMMITTED.

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