MaterialSearchView icon indicating copy to clipboard operation
MaterialSearchView copied to clipboard

Can't use the voice feature

Open danieltigse opened this issue 8 years ago • 10 comments

When I tap the mic nothing is record it. Do I need to add some kind of permission?

danieltigse avatar Jun 13 '16 20:06 danieltigse

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?

Mauker1 avatar Jun 13 '16 20:06 Mauker1

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"

danieltigse avatar Jun 13 '16 20:06 danieltigse

I'll try to reproduce this error. Thanks for the info.

Mauker1 avatar Jun 26 '16 03:06 Mauker1

Does the calling Activity contains the property android:launchMode="singleInstance"?

Mauker1 avatar Jul 29 '16 12:07 Mauker1

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.

mstedler avatar Sep 24 '16 20:09 mstedler

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.

peterbetos avatar Oct 11 '16 06:10 peterbetos

At least now I have something more concrete to work with.

Mauker1 avatar Oct 13 '16 01:10 Mauker1

Anyway I saw that you have VoiceSearchListener. That should be enough for the developer to create his own custom intent.

peterbetos avatar Oct 13 '16 01:10 peterbetos

@AdamMc331 Can you take a look at this?

Mauker1 avatar Feb 07 '17 15:02 Mauker1

I will take a look at into this tonight, after work.

AdamMc331 avatar Feb 07 '17 15:02 AdamMc331