summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Selim Gurun <sgurun@google.com> 2013-03-01 21:46:41 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2013-03-01 21:46:42 +0000
commit7be6d4c421cfa6f93079517d3ee54024c8049ae5 (patch)
tree194ff6c715ca304fe78969365a7d8cbff647109f
parent10010128088bdbc7b03d38ff594428f8a0d52714 (diff)
parent2bca22b2a58f14985b1eee1acee73bce95715d49 (diff)
Merge "Clarify the API documentation for WebSQL database." into jb-mr2-dev
-rw-r--r--core/java/android/webkit/WebSettings.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/java/android/webkit/WebSettings.java b/core/java/android/webkit/WebSettings.java
index 0ab49ac5fbe2..d901d0a2c2a1 100644
--- a/core/java/android/webkit/WebSettings.java
+++ b/core/java/android/webkit/WebSettings.java
@@ -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) {