SimpleSearchView
SimpleSearchView copied to clipboard
onActivityResult deprecated but the library still need it to receive the voice search result
Does the library has plan to move away from onActivityResult to get the voice search result?
thanks.
onActivityResult()
is a library function and is entirely different from that of an Activity
.
I think it can be called from anywhere.