I must admit Google's TOS confuse me completely.

All that I want to do from my Android application is drill to Google
Map Navigation with voice turn-by-turn using:


startActivity(
   new Intent(
        Intent.ACTION_VIEW,
        Uri.parse("google.navigation:q=" + mLatitude + "," +
mLongitude)
   )
);

I don't want to add value, cache, scrape... just give the user a
shortcut to their application.

So can I drop this line of code in my custom application, or not?  No
way I can shell out $17K for it!

-- 
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

Reply via email to