Example usage for android.app Activity onSearchRequested

List of usage examples for android.app Activity onSearchRequested

Introduction

In this page you can find the example usage for android.app Activity onSearchRequested.

Prototype

public boolean onSearchRequested() 

Source Link

Usage

From source file:com.google.android.apps.mytracks.util.Api8Adapter.java

@Override
public boolean handleSearchMenuSelection(Activity activity) {
    activity.onSearchRequested();
    return true;
}