diff options
| author | 2015-02-02 10:22:16 +0000 | |
|---|---|---|
| committer | 2015-02-02 10:22:17 +0000 | |
| commit | 3a1f4bfda67260ced92f27c255cada850ef54f01 (patch) | |
| tree | 4ec29d1802adc3f48296678fc41e20dcf10208d6 | |
| parent | bff560b70fe03603ac5c3d7c54df7c2e1c317ed5 (diff) | |
| parent | fbdb13e91d42aa23552d67366ce4d33a4754f4b7 (diff) | |
Merge "Update docs for WebResourceRequest.hasUserGesture."
| -rw-r--r-- | core/java/android/webkit/WebResourceRequest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/webkit/WebResourceRequest.java b/core/java/android/webkit/WebResourceRequest.java index 2185658de37a..07402b310169 100644 --- a/core/java/android/webkit/WebResourceRequest.java +++ b/core/java/android/webkit/WebResourceRequest.java @@ -42,6 +42,8 @@ public interface WebResourceRequest { /** * Gets whether a gesture (such as a click) was associated with the request. + * For security reasons in certain situations this method may return false even though the + * sequence of events which caused the request to be created was initiated by a user gesture. * * @return whether a gesture was associated with the request. */ |