Intent.ActionShowAppInfo Field

Definition

Activity Action: Launch an activity showing the app information.

[Android.Runtime.Register("ACTION_SHOW_APP_INFO", ApiSince=24)]
public const string ActionShowAppInfo;
[<Android.Runtime.Register("ACTION_SHOW_APP_INFO", ApiSince=24)>]
val mutable ActionShowAppInfo : string

Field Value

Implements

Attributes

Remarks

Activity Action: Launch an activity showing the app information. For applications which install other applications (such as app stores), it is recommended to handle this action for providing the app information to the user.

Input: #EXTRA_PACKAGE_NAME specifies the package whose information needs to be displayed.

Output: Nothing.

Java documentation for android.content.Intent.ACTION_SHOW_APP_INFO.

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