앱 업로드 리젝 사유 Intent Scheme HijackingYour app(s) are using a WebView that is vulnerable to Intent scheme hijacking.To address this issue, follow the steps in this Google Help Center article. Google 가이드 문서https://support.google.com/faqs/answer/9101196 처리 방안은 1. 해당 옵션이 true라면 False로 설정android:usesCleartextTraffic="false" 2. Intent 로 URL을 받아 WEBView에 세팅한다면 해당 부분을 http 를 체크하여 https로 변환 설정