Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
public static interface

PreferenceManager.OnActivityResultListener

android.preference.PreferenceManager.OnActivityResultListener
Known Indirect Subclasses

Class Overview

Interface definition for a class that will be called when the container's activity receives an activity result.

Summary

Public Methods
abstract boolean onActivityResult (int requestCode, int resultCode, Intent data)
See Activity's onActivityResult.

Public Methods

public abstract boolean onActivityResult (int requestCode, int resultCode, Intent data)

Added in API level 1

See Activity's onActivityResult.

Returns
  • Whether the request code was handled (in which case subsequent listeners will not be called.