kotlin webview onShowFileChooser (1) 썸네일형 리스트형 [안드로이드 스튜디오 코틀린] webview -> 갤러리에서 사진 가져오기 WebView에서 프로필 사진을 바꿀 수 있게 하려면 갤러리에 접근할 수 있게 허용 권한을 주어야 하고 , WebChromeClien() 에서 onShowFileChooser 함수를 가져와서 사용해야 한다. 원래는 onActivityResult를 통해 결과를 받아왔지만 deprecated 되었기 때문에 registerForActivityResult()(-> https://developer.android.com/training/basics/intents/result?hl=ko)를 사용해야 한다. registerForActivityResult() private val launcher = registerForActivityResult(ActivityResultContracts.StartActivityForRe.. 이전 1 다음