android 에 safe browsing 항목이 추가되었으며 이를 활성화 시키려면 manifest 에 meta-data 만 추가해주면 된다.
https://safebrowsing.google.com/
https://safebrowsing.google.com/
<manifest>
<meta-data android:name="android.webkit.WebView.EnableSafeBrowsing" android:value="true" />
<application ...>
...
</application>
</manifest>
'Android' 카테고리의 다른 글
kotlin isForegroundApp (0) | 2017.10.16 |
---|---|
api 26 (oreo) 에서 findViewById 가 드디어 변경되었다. (0) | 2017.10.11 |
ProgressDialog deprecated -_ -;; (0) | 2017.10.10 |
ECB encryption mode should not be used (was (0) | 2017.10.10 |
lint 에서 deprecated statement 할때 넣는 주석 (0) | 2017.10.10 |