I have a search view which is set as expanded by default with default search query but i don\'t want the virtual keyboard.In below code i tried to hide keyboard in o
add the below line in the manifest for particular Activity.
android:windowSoftInputMode="adjustPan|stateHidden"