moleslaw
moleslaw

Reputation: 31

Android voice recognition with screen off?

I hoped that I would find answer in old questions but I didn't found anything. I'm trying to use Android RecognizerIntent from VoiceRecognition.java example. I change button for bluetooth signal and everything is working till the screen is on. If the screen is off voice recognition is not working. Is this because activity has no focus?

Do you have any solutions for that?

Upvotes: 3

Views: 940

Answers (1)

FoamyGuy
FoamyGuy

Reputation: 46856

Is this because activity has no focus?

  • Yes. If you want your stuff to persist through the screen off you'd have to put it into a service

Upvotes: 1

Related Questions