some tweaks for the new search

* distinguish between onCreate intent and resume intent (do not always reload)
* handle voice search correct
This commit is contained in:
Philipp Schaefer
2013-05-24 15:48:37 +02:00
parent 34712cddb1
commit a56272f260
2 changed files with 17 additions and 16 deletions

View File

@ -11,7 +11,6 @@ import android.os.Build;
import android.preference.PreferenceManager;
import android.util.AttributeSet;
import android.util.Log;
import android.view.View;
import android.webkit.WebChromeClient;
import android.webkit.WebSettings;
import android.webkit.WebView;