summaryrefslogtreecommitdiffstats
path: root/api/16.txt
diff options
context:
space:
mode:
authorJonathan Dixon <joth@google.com>2012-03-28 12:27:36 +0100
committerJonathan Dixon <joth@google.com>2012-04-12 20:23:37 +0100
commita3dc86e637873be115e68be50bd1b281beff7994 (patch)
tree180df30ef6d537212c18efefa29b6002e220b98b /api/16.txt
parent39edeeefe7778162e3b0c4c584a43b4bb6c0c788 (diff)
downloadframeworks_base-a3dc86e637873be115e68be50bd1b281beff7994.zip
frameworks_base-a3dc86e637873be115e68be50bd1b281beff7994.tar.gz
frameworks_base-a3dc86e637873be115e68be50bd1b281beff7994.tar.bz2
Hide the public constructors for singleton classes
WebStorage and GeolocationPermissions are not intended for direct use by application code. Existing APKs using this will still work (as well as they ever could have), but this change will cause a compile break if they move to SDK >= 16, which should be fixed by using getInstance() instead. Bug: 6238010 Change-Id: I75789cc260c8fe005c42942bc81483193cc54f17
Diffstat (limited to 'api/16.txt')
-rw-r--r--api/16.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/api/16.txt b/api/16.txt
index aa23b4d..de99eee 100644
--- a/api/16.txt
+++ b/api/16.txt
@@ -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();