티스토리 뷰

  String URL = http://www.tistory.com;
  Intent intent = new Intent(Intent.ACTION_VIEW); 
  intent.setData(Uri.parse(URL)); 
  startActivity(intent);

[작성자] devbible.tistory.com


댓글