[android-developers] Re: ACTION_VIEW exception

2010-09-22 Thread Chris Stratton
Unless I am remembering wrong, the emulator doesn't have market. It would also happen if someone manages to get your apk onto a device without market (of which there are many, especially non-phone tablets) On Sep 22, 8:17 am, Neilz neilhorn...@gmail.com wrote: I try and open up a new activity,

[android-developers] Re: ACTION_VIEW exception

2010-09-22 Thread Neilz
Ah yes I believe you're right. So as long as my code works on the actual device, I shouldn't be concerned then. On Sep 22, 2:38 pm, Chris Stratton cs07...@gmail.com wrote: Unless I am remembering wrong, the emulator doesn't have market. It would also happen if someone manages to get your apk

[android-developers] Re: ACTION_VIEW exception

2010-09-22 Thread Chris Stratton
Essentially. Though you might want to decide what should happen when it inevitably finds its way to a device without market - ie, fail gracefully with minimal reduction in functionality or Your device does not support this application or Your device is not authorized to run this application or