Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 953daa0a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WebView: update docs for WebView#initSafeBrowsing"

parents 08246c0a 3ca196a1
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -1622,8 +1622,9 @@ public class WebView extends AbsoluteLayout
    }

    /**
     * Starts Safe Browsing initialization. This should only be called once.
     * @param context is the activity context the WebView will be used in.
     * Starts Safe Browsing initialization. This should only be called once. This does not require
     * an Activity Context, and will always use the application Context to do its work.
     * @param context Application Context.
     * @param callback will be called with the value true if initialization is
     * successful. The callback will be run on the UI thread.
     */