Base641 [android] 사진 동영상 불러오기 Android 사진 동영상 불러오기 웹앱 사용 import android.webkit.JavascriptInterface; mWebView.addJavascriptInterface(new AndroidBridge(this), "androidJS"); 클래스 생성 //웹뷰 서버 자바스크립트 연동 private class AndroidBridge { Context context = null; public AndroidBridge(Context context) { this.context = context; } } 갤러리 이미지 호출 //갤러리 이미지 호출 Uri uri = Uri.parse("content://media/external/images/media"); Intent intent = new Inten.. 2017. 5. 19. 이전 1 다음