Hi I'm using android.intent.action.WEB_SEARCH intent to get traffic info the page opens with google but it doesn't speak.. how can I activate the voice?
Thank you
Thank you
WEB_SEARCH:
Dim intent2 As Intent
Dim command As String= "navigate home by public transport"
intent2.Initialize("android.intent.action.WEB_SEARCH", "")
intent2.putExtra("query", command)
Try
StartActivity(intent2)
Catch
Log(LastException)
End Try
Last edited: