summaryrefslogtreecommitdiffstats
path: root/api/current.txt
diff options
context:
space:
mode:
authorTeng-Hui Zhu <ztenghui@google.com>2012-07-17 17:19:13 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-07-20 13:33:52 -0700
commit0e5b160418dad25b9e7125d2533cc8770b1cd9c6 (patch)
treef046c68c79a727fc58e5f27c48aa75caa361e865 /api/current.txt
parent495b56cfdfbee93d8faa79f246ff250a6ac3d10c (diff)
downloadframeworks_base-0e5b160418dad25b9e7125d2533cc8770b1cd9c6.zip
frameworks_base-0e5b160418dad25b9e7125d2533cc8770b1cd9c6.tar.gz
frameworks_base-0e5b160418dad25b9e7125d2533cc8770b1cd9c6.tar.bz2
add a webview API to support media play without user gesture
bug:6806306 webkit change: https://android-git.corp.google.com/g/#/c/208568/ Change-Id: Ic70e5d3f152a7e8d8fdfa1d6f89f96c8cd3c7075
Diffstat (limited to 'api/current.txt')
-rw-r--r--api/current.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 093d4c3..29e468b 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -26615,6 +26615,7 @@ package android.webkit {
method public boolean getLightTouchEnabled();
method public boolean getLoadWithOverviewMode();
method public synchronized boolean getLoadsImagesAutomatically();
+ method public boolean getMediaPlaybackRequiresUserGesture();
method public synchronized int getMinimumFontSize();
method public synchronized int getMinimumLogicalFontSize();
method public deprecated boolean getNavDump();
@@ -26664,6 +26665,7 @@ package android.webkit {
method public void setLightTouchEnabled(boolean);
method public void setLoadWithOverviewMode(boolean);
method public synchronized void setLoadsImagesAutomatically(boolean);
+ method public void setMediaPlaybackRequiresUserGesture(boolean);
method public synchronized void setMinimumFontSize(int);
method public synchronized void setMinimumLogicalFontSize(int);
method public deprecated void setNavDump(boolean);