Intent.ActionShowAppInfo Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.