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

Application.OnProvideAssistDataListener

android.app.Application.OnProvideAssistDataListener

Summary

Public Methods
abstract void onProvideAssistData ( Activity activity, Bundle data)
This is called when the user is requesting an assist, to build a full ACTION_ASSIST Intent with all of the context of the current application.

Public Methods

public abstract void onProvideAssistData ( Activity activity, Bundle data)

This is called when the user is requesting an assist, to build a full ACTION_ASSIST Intent with all of the context of the current application. You can override this method to place into the bundle anything you would like to appear in the EXTRA_ASSIST_CONTEXT part of the assist Intent.