On an Android TV this is launching browser first and then it is trying to 
open the intent, any clue?
How can i avoid browser launching?

On Monday, January 10, 2011 9:22:18 PM UTC-8, Sarwar Erfan wrote:
>
> Intent i = new Intent(Intent.ACTION_VIEW);
> *i**.setDataAndType(Uri.parse("**http://domain.name/test.mp4";), "video/*"
> );*
> startActivity(i);
>
>
> Regards
> Sarwar Erfan
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to