Loading core/java/android/webkit/WebResourceRequest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ public interface WebResourceRequest { /** /** * Gets whether a gesture (such as a click) was associated with the request. * 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. * @return whether a gesture was associated with the request. */ */ Loading Loading
core/java/android/webkit/WebResourceRequest.java +2 −0 Original line number Original line Diff line number Diff line Loading @@ -42,6 +42,8 @@ public interface WebResourceRequest { /** /** * Gets whether a gesture (such as a click) was associated with the request. * 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. * @return whether a gesture was associated with the request. */ */ Loading