I’m using the standard Search Dialog (as described here) and everything is up and working fine but I now realise I can’t search on a blank string.
I’m assuming there must be a flag somewhere which will allow this but can’t seem to find where this flag is. Could someone please point me to it?
From SearchDialog.java in android source code:
So, looks like it isn’t possible to set a flag to make blank searches possible.