-
-
Notifications
You must be signed in to change notification settings - Fork 0
EXTRA_RETURN_RESULT
Saasmull edited this page May 6, 2021
·
1 revision
Added in API level 14
public static final String EXTRA_RETURN_RESULT
Used as a boolean extra field with ACTION_INSTALL_PACKAGE
or ACTION_UNINSTALL_PACKAGE
. Specifies that the installer UI should return to the application the result code of the install/uninstall. The returned result code will be Activity.RESULT_OK
on success or Activity.RESULT_FIRST_USER
on failure.
Constant Value: "android.intent.extra.RETURN_RESULT"
This was it.