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 the 
phone has more than one, the user gets to pick what your app uses for this 
function. Do camera apps have to tell the user that the photos taken might 
be viewed in the gallery that is provided by someone else?

Mike

On Wednesday, February 5, 2014 4:00:19 PM UTC-8, TreKing wrote:


 On Wed, Feb 5, 2014 at 11:49 AM, Peter ptr...@gmail.com javascript: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 you launch a generic intent that request speech 
 recognition, and on the particular device that you're referring to happens 
 to make use of a Google-supplied speech recognition activity, which is 
 separate from your app and not something that you borrowed or integrated, 
 then I don't see how this would require attribution.

 The end user could very well have a device that uses some other speech 
 recognizer completely, so saying speech recognition is powered by Google 
 when you're not 100% certain that it will be seems silly.

 If it needs to be said, I am not a lawyer.


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago 
 transit tracking app for Android-powered devices
  

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[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 
different.

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.

Thank you in advance 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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 really part of Android SDK but a
 contribution from Google. This is fine for our use. My issue is slightly
 different.

 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.

 Thank you in advance 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+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google Groups
 Android Developers group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 you launch a generic intent that request speech
recognition, and on the particular device that you're referring to happens
to make use of a Google-supplied speech recognition activity, which is
separate from your app and not something that you borrowed or integrated,
then I don't see how this would require attribution.

The end user could very well have a device that uses some other speech
recognizer completely, so saying speech recognition is powered by Google
when you're not 100% certain that it will be seems silly.

If it needs to be said, I am not a lawyer.

-
TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
transit tracking app for Android-powered devices

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Android Developers group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.