SyntaxFix
Write A Post
Hire A Developer
Questions
following code works just fine for me.
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(movieurl)); startActivity(intent);