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

Commit 77a29b35 authored by Selim Gurun's avatar Selim Gurun Committed by Android Git Automerger
Browse files

am 7be6d4c4: Merge "Clarify the API documentation for WebSQL database." into jb-mr2-dev

* commit '7be6d4c4':
  Clarify the API documentation for WebSQL database.
parents 9ee59e53 7be6d4c4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1114,6 +1114,11 @@ public abstract class WebSettings {
     * false. See also {@link #setDatabasePath} for how to correctly set up the
     * database storage API.
     *
     * This setting is global in effect, across all WebView instances in a process.
     * Note you should only modify this setting prior to making <b>any</b> WebView
     * page load within a given process, as the WebView implementation may ignore
     * changes to this setting after that point.
     *
     * @param flag true if the WebView should use the database storage API
     */
    public synchronized void setDatabaseEnabled(boolean flag) {