개발/Android
URL로 링크 열기
leebera_
2022. 2. 17. 20:28
Uri uri = Uri.parse("http://www.naver.com");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);