I just implemented search with custom suggestion and I am still wondering, how to get the text of the clicked suggestion in another Activity
. I cant do that with intent.getData().getLastPathSegment()
because i am passing another text with this method. But is there any different solution, how to get the text?
Thanks in advance