System UI has stopped working when set notification in Android O
.setSmallIcon(R.mipmap.ic_launcher) replace round icon launcher default with old drawable or mipmap
.setSmallIcon(R.mipmap.ic_launcher) replace round icon launcher default with old drawable or mipmap
svSearch.setQuery(“”, true); svSearch.setIconified(true); Note: if empty string then action submit will not be triggered
Add this to build.gradle 1. defaultConfig { vectorDrawables.useSupportLibrary = true } 2. Add the following to onCreate of your Application…
Before start. Please install: 1. IDE Android Studio https://developer.android.com/studio/index.html 2. Virtual Machine Genymotion https://www.genymotion.com How to install Genymotion Tutorial Session…