File
Doc
Category
Size
Date
Package
GeolocationPermissions.java
API Doc
Android 5.1 API
889
Sat Mar 14 14:10:00 GMT 2015
android.webkit
GeolocationPermissions
java.lang.Object
public class GeolocationPermissions extends Object
Fields Summary
Constructors Summary
public GeolocationPermissions
()
throw new RuntimeException("Stub!");
Methods Summary
public void
allow
(
java.lang.String
origin)
throw new RuntimeException("Stub!");
public void
clear
(
java.lang.String
origin)
throw new RuntimeException("Stub!");
public void
clearAll
()
throw new RuntimeException("Stub!");
public void
getAllowed
(
java.lang.String
origin,
android.webkit.ValueCallback
callback)
throw new RuntimeException("Stub!");
public static
android.webkit.GeolocationPermissions
getInstance
()
throw new RuntimeException("Stub!");
public void
getOrigins
(
android.webkit.ValueCallback
callback)
throw new RuntimeException("Stub!");
Java Code Source