Loading api/16.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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(); api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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(); core/java/android/webkit/GeolocationPermissions.java +10 −0 Original line number Diff line number Diff line Loading @@ -293,6 +293,16 @@ public final class GeolocationPermissions { postMessage(Message.obtain(null, CLEAR_ALL)); } /** * This class should not be instantiated directly, applications must only use * {@link #getInstance()} to obtain the instance. * Note this constructor was erroneously public and published in SDK levels prior to 16, but * applications using it would receive a non-functional instance of this class (there was no * way to call createHandler() and createUIHandler(), so it would not work). * @hide */ public GeolocationPermissions() {} // Native functions, run on the WebKit thread. private static native Set nativeGetOrigins(); private static native boolean nativeGetAllowed(String origin); Loading core/java/android/webkit/WebStorage.java +10 −0 Original line number Diff line number Diff line Loading @@ -418,6 +418,16 @@ public final class WebStorage { } } /** * This class should not be instantiated directly, applications must only use * {@link #getInstance()} to obtain the instance. * Note this constructor was erroneously public and published in SDK levels prior to 16, but * applications using it would receive a non-functional instance of this class (there was no * way to call createHandler() and createUIHandler(), so it would not work). * @hide */ public WebStorage() {} // Native functions private static native Set nativeGetOrigins(); private static native long nativeGetUsageForOrigin(String origin); Loading Loading
api/16.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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();
api/current.txt +0 −2 Original line number Diff line number Diff line Loading @@ -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(); Loading Loading @@ -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();
core/java/android/webkit/GeolocationPermissions.java +10 −0 Original line number Diff line number Diff line Loading @@ -293,6 +293,16 @@ public final class GeolocationPermissions { postMessage(Message.obtain(null, CLEAR_ALL)); } /** * This class should not be instantiated directly, applications must only use * {@link #getInstance()} to obtain the instance. * Note this constructor was erroneously public and published in SDK levels prior to 16, but * applications using it would receive a non-functional instance of this class (there was no * way to call createHandler() and createUIHandler(), so it would not work). * @hide */ public GeolocationPermissions() {} // Native functions, run on the WebKit thread. private static native Set nativeGetOrigins(); private static native boolean nativeGetAllowed(String origin); Loading
core/java/android/webkit/WebStorage.java +10 −0 Original line number Diff line number Diff line Loading @@ -418,6 +418,16 @@ public final class WebStorage { } } /** * This class should not be instantiated directly, applications must only use * {@link #getInstance()} to obtain the instance. * Note this constructor was erroneously public and published in SDK levels prior to 16, but * applications using it would receive a non-functional instance of this class (there was no * way to call createHandler() and createUIHandler(), so it would not work). * @hide */ public WebStorage() {} // Native functions private static native Set nativeGetOrigins(); private static native long nativeGetUsageForOrigin(String origin); Loading