04.Anddoid

intent 로 웹브라우저 실행

1010 2010. 5. 4. 14:35
반응형
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
startActivity(intent);



하지만 문제가 좀 있는듯한데...