[android-developers] Re: Intent for start default navigator (is present)

2011-01-05 Thread pedr0
Ouch! I can't start the navigator in any way?! Bye! On 5 Gen, 15:47, Mark Murphy mmur...@commonsware.com wrote: There is no documented and supported Intent structure to launch Google Navigation this way -- sorry! On Wed, Jan 5, 2011 at 9:46 AM, pedr0 pulsarpie...@gmail.com wrote:

[android-developers] Re: Intent for start default navigator (is present)

2011-01-05 Thread pedr0
Thanks a lot anyway! On 5 Gen, 16:10, Mark Murphy mmur...@commonsware.com wrote: That is not documented or supported. It presumes a certain implementation and will fail at some point in the future when Google modifies the application. On Wed, Jan 5, 2011 at 10:07 AM, Carlos Silva

Re: [android-developers] Re: Intent for start default navigator (is present)

2011-01-05 Thread Mark Murphy
That is not documented or supported. It presumes a certain implementation and will fail at some point in the future when Google modifies the application. On Wed, Jan 5, 2011 at 10:07 AM, Carlos Silva r3...@r3pek.org wrote: Here's how I make it: btnNav.setOnClickListener(new OnClickListener() {