MaterialSearchView
MaterialSearchView copied to clipboard
Can't use the voice feature
When I tap the mic nothing is record it. Do I need to add some kind of permission?
Can you give more details on the issue? Does something show up on your logcat? What is your Android version? Are you using which version of the lib?
OK:
-No errors appears in the logcat -Android 6.0.1 Samsung galaxy S6 -Lib version 1.1.0 -compileSdkVersion 23 -buildToolsVersion "23.0.3"
I'll try to reproduce this error. Thanks for the info.
Does the calling Activity contains the property android:launchMode="singleInstance"
?
Same issue here,
-No errors appears in the logcat -Android 6.0.1 Samsung galaxy S5 -Lib version 1.1.3 -compileSdkVersion 24 -buildToolsVersion "24.0.2"
"Does the calling Activity contains the property android:launchMode="singleInstance"?" No.
This happened to me, the code inside only recognizes onActivityResult callbacks only on the Activity instances and not on Fragments. This is still true as of writing.
At least now I have something more concrete to work with.
Anyway I saw that you have VoiceSearchListener. That should be enough for the developer to create his own custom intent.
@AdamMc331 Can you take a look at this?
I will take a look at into this tonight, after work.