[kotlin]webview errr_access_Denied 해결방법
https 쓸려고 햇더니 denied 걸렸다..
<application
android:usesCleartextTraffic="true"
</application>
<uses-permission android:name="android.permission.INTERNET" />
이 두개를 설정하고 앱 지우고 다시 시작해야 제대로 적용된다.
'android,kotlin' 카테고리의 다른 글
[kotlin]Must be called from main thread of fragment host해결방법 (0) | 2021.10.06 |
---|---|
[kotlin] date custome formmater 방법 (0) | 2021.09.28 |
[kotlin]Missing contentDescription attribute on image 해결 방법 (0) | 2021.09.23 |
[android] Instant Run is not supported on devices with API levels 20 or lower. 해결방법 (0) | 2020.01.31 |
[android] Error while Installing APK issue 해결방법 (0) | 2020.01.31 |