diff options
author | Jonathan Dixon <joth@google.com> | 2012-04-13 02:35:00 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-04-13 02:35:00 -0700 |
commit | b36584042e3e0e15883c6c0a71996ecfc134f79b (patch) | |
tree | 70a889f88ac95c4827334241065b90b66d25a2cb /api | |
parent | f2e103623b79d2c395eefcdbd8a56a354f997ed1 (diff) | |
parent | a3dc86e637873be115e68be50bd1b281beff7994 (diff) | |
download | frameworks_base-b36584042e3e0e15883c6c0a71996ecfc134f79b.zip frameworks_base-b36584042e3e0e15883c6c0a71996ecfc134f79b.tar.gz frameworks_base-b36584042e3e0e15883c6c0a71996ecfc134f79b.tar.bz2 |
Merge "Hide the public constructors for singleton classes"
Diffstat (limited to 'api')
-rw-r--r-- | api/16.txt | 2 | ||||
-rw-r--r-- | api/current.txt | 2 |
2 files changed, 0 insertions, 4 deletions
@@ -24839,7 +24839,6 @@ package android.webkit { } public final class GeolocationPermissions { - ctor public GeolocationPermissions(); method public void allow(java.lang.String); method public void clear(java.lang.String); method public void clearAll(); @@ -25129,7 +25128,6 @@ package android.webkit { } public final class WebStorage { - ctor public WebStorage(); method public void deleteAllData(); method public void deleteOrigin(java.lang.String); method public static android.webkit.WebStorage getInstance(); diff --git a/api/current.txt b/api/current.txt index b008711..24df97a 100644 --- a/api/current.txt +++ b/api/current.txt @@ -25492,7 +25492,6 @@ package android.webkit { } public final class GeolocationPermissions { - ctor public GeolocationPermissions(); method public void allow(java.lang.String); method public void clear(java.lang.String); method public void clearAll(); @@ -25782,7 +25781,6 @@ package android.webkit { } public final class WebStorage { - ctor public WebStorage(); method public void deleteAllData(); method public void deleteOrigin(java.lang.String); method public static android.webkit.WebStorage getInstance(); |