Catching Intent exceptions and/or return codes?

Posted by ebernie on Stack Overflow See other posts from Stack Overflow or by ebernie
Published on 2010-03-12T13:37:55Z Indexed on 2010/03/12 13:57 UTC
Read the original article Hit count: 157

Filed under:

I've a piece of code that launches an Intent. I'm wondering if there's any way to get return codes and/or catch exceptions? The particular scenario I'm facing is when I launch an Intent passing a 'rtsp' URL but it turns out the URL isn't available.

© Stack Overflow or respective owner

Related posts about android