Thursday, August 23, 2012

Open Website in mobile


Intent mIntent = new Intent(Intent.ACTION_VIEW,Uri.parse("http://www.perceptionsystem.com/"));

startActivity(mIntent);

No comments:

Post a Comment