Loading core/java/android/webkit/SafeBrowsingResponse.java +3 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ package android.webkit; /** * Used to indicate an action to take when hitting a malicious URL. Instances of this class are * created by the WebView and passed to {@link WebViewClient#onSafeBrowsingHit}. The host * application must call {@link #showInterstitial}, {@link #proceed}, or {@link #backToSafety} to * set the WebView's response to the Safe Browsing hit. * created by the WebView and passed to {@link android.webkit.WebViewClient#onSafeBrowsingHit}. The * host application must call {@link #showInterstitial(boolean)}, {@link #proceed(boolean)}, or * {@link #backToSafety(boolean)} to set the WebView's response to the Safe Browsing hit. */ public abstract class SafeBrowsingResponse { Loading Loading
core/java/android/webkit/SafeBrowsingResponse.java +3 −3 Original line number Diff line number Diff line Loading @@ -18,9 +18,9 @@ package android.webkit; /** * Used to indicate an action to take when hitting a malicious URL. Instances of this class are * created by the WebView and passed to {@link WebViewClient#onSafeBrowsingHit}. The host * application must call {@link #showInterstitial}, {@link #proceed}, or {@link #backToSafety} to * set the WebView's response to the Safe Browsing hit. * created by the WebView and passed to {@link android.webkit.WebViewClient#onSafeBrowsingHit}. The * host application must call {@link #showInterstitial(boolean)}, {@link #proceed(boolean)}, or * {@link #backToSafety(boolean)} to set the WebView's response to the Safe Browsing hit. */ public abstract class SafeBrowsingResponse { Loading