is any way how I can start/open search box with codes or its possible just with click on search key?
SearchManager mgr = ((SearchManager) getSystemService(Context.SEARCH_SERVICE));
mgr.startSearch(null, false, getComponentName(), null, false);
will do the trick.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With