Intent.ActionManageUnusedApps Field

Definition

Activity action: Launch UI to manage unused apps (hibernated apps).

[Android.Runtime.Register("ACTION_MANAGE_UNUSED_APPS", ApiSince=31)]
public const string ActionManageUnusedApps;
[<Android.Runtime.Register("ACTION_MANAGE_UNUSED_APPS", ApiSince=31)>]
val mutable ActionManageUnusedApps : string

Field Value

Implements

Attributes

Remarks

Activity action: Launch UI to manage unused apps (hibernated apps).

Input: Nothing.

Output: Nothing.

Java documentation for android.content.Intent.ACTION_MANAGE_UNUSED_APPS.

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