Intent.ExtraInstallerPackageName 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.
Used as a string extra field with #ACTION_INSTALL_PACKAGE
to install a
package.
[Android.Runtime.Register("EXTRA_INSTALLER_PACKAGE_NAME")]
public const string ExtraInstallerPackageName;
[<Android.Runtime.Register("EXTRA_INSTALLER_PACKAGE_NAME")>]
val mutable ExtraInstallerPackageName : string
Field Value
Implements
- Attributes
Remarks
Used as a string extra field with #ACTION_INSTALL_PACKAGE
to install a package. Specifies the installer package name; this package will receive the #ACTION_APP_ERROR
intent.
Java documentation for android.content.Intent.EXTRA_INSTALLER_PACKAGE_NAME
.
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.