Re: [android-developers] Speech-to-text displays Google's logo

2014-02-06 Thread Mike
TreKing is correct. Your app does not include the speech recognition app or even code. It is requesting the phone if there is a speech recognition app installed and it just sends a request to that app to do the work for you. Some phones may have a different app installed or more than one. If

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-06 Thread Peter
Thank you everyone for your help. Regards, Peter -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to

[android-developers] Speech-to-text displays Google's logo

2014-02-05 Thread Peter
Folks, Our Android application uses RecognizerIntent.ACTION_RECOGNIZE_SPEECH activity. When the activity is launched, it actually displays Google's logo. Looks like this activity is not really part of Android SDK but a contribution from Google. This is fine for our use. My issue is slightly

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-05 Thread Steve Gabrilowitz
Wouldn't hurt to mention it even if not required! On Feb 5, 2014 12:49 PM, Peter ptr...@gmail.com wrote: Folks, Our Android application uses RecognizerIntent.ACTION_RECOGNIZE_SPEECH activity. When the activity is launched, it actually displays Google's logo. Looks like this activity is not

Re: [android-developers] Speech-to-text displays Google's logo

2014-02-05 Thread TreKing
On Wed, Feb 5, 2014 at 11:49 AM, Peter ptr...@gmail.com wrote: I am working on a dialog box that displays third-party copyright notices. Do I need to mention something like Speech recognition is powered by Google? I could not find any licensing document on this component. If you're saying