public void | onPackageInstalled(java.lang.String basePackageName, int returnCode, java.lang.String msg, android.os.Bundle extras)The install operation has completed. {@code returnCode} holds a numeric code
indicating success or failure. In certain cases the {@code extras} Bundle will
contain additional details:
INSTALL_FAILED_DUPLICATE_PERMISSION |
Two strings are provided in the extras bundle: EXTRA_EXISTING_PERMISSION
is the name of the permission that the app is attempting to define, and
EXTRA_EXISTING_PACKAGE is the package name of the app which has already
defined the permission. |
|