I don't want a blank screen to open when speech recognition intent is called as follows:
Intent intent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH);
startActivityForResult(intent, SPEECH_REQUEST);
Either I would like to give my custom screen layout or I would like to make it transparent. Is there any possibility for this design in the current gdk?
Edit:
Try the new "Clay Shooter" game on glass which uses this feature of voice recognition. I want a similar option where the voice recognition is open in the background service while the display screen is doing its work. Please help.