# Print output for @column tags ?>
public
static
interface
PreferenceManager.OnActivityResultListener
android.preference.PreferenceManager.OnActivityResultListener |
This interface is deprecated.
Use the AndroidX
Preference Library for consistent behavior across all devices.
For more information on using the AndroidX Preference Library see
Settings.
Interface definition for a class that will be called when the container's activity receives an activity result.
Public methods | |
---|---|
abstract
boolean
|
onActivityResult(int requestCode, int resultCode, Intent data)
See Activity's onActivityResult. |
public abstract boolean onActivityResult (int requestCode, int resultCode, Intent data)
See Activity's onActivityResult.
Parameters | |
---|---|
requestCode |
int |
resultCode |
int |
data |
Intent |
Returns | |
---|---|
boolean |
Whether the request code was handled (in which case subsequent listeners will not be called. |