Re: [android-developers] TextView with URL throwing exception when finish() called in onResume()

2010-04-06 Thread Mark Murphy
> I created a TextView and put an url to it, using > setText(Html.fromHtml("");. Its opening the web page in the built-in > browser and when I press back, its coming back to the application. > > I don't want to come back to the application, so in activity's > onResume(), I call finish(). Its exitin

[android-developers] TextView with URL throwing exception when finish() called in onResume()

2010-04-06 Thread Nithin
Hi, I created a TextView and put an url to it, using setText(Html.fromHtml("");. Its opening the web page in the built-in browser and when I press back, its coming back to the application. I don't want to come back to the application, so in activity's onResume(), I call finish(). Its exiting at t