Läs på engelska

Dela via


Intent.ActionShowAppInfo Field

Definition

Activity Action: Launch an activity showing the app information.

C#
[Android.Runtime.Register("ACTION_SHOW_APP_INFO", ApiSince=24)]
public const string ActionShowAppInfo;

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

Produkt Versioner
.NET for Android .NET for Android API 34, .NET for Android API 35