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. For user-profiles that have items restricted on home screen, this broadcast is sent to the default launcher of the primary profile, only if it has either Manifest.permission.ACCESS_HIDDEN_PROFILES_FULL or Manifest.permission.ACCESS_HIDDEN_PROFILES permission.

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