- how to invoke search box in android?
- @Override
- public boolean onSearchRequested() {
- // TODO Auto-generated method stub
- return super.onSearchRequested();
- }
- this.onSearchRequested();
- return true;
- <activity>
- ...
- <meta-data android:name="android.app.searchable"
- android:resource="@xml/searchable" />
- </activity>