Methods Summary |
---|
public abstract void | deny()Call this method to deny the request.
|
public abstract android.net.Uri | getOrigin()Call this method to get the origin of the web page which is trying to access
the restricted resources.
|
public abstract java.lang.String[] | getResources()Call this method to get the resources the web page is trying to access.
|
public abstract void | grant(java.lang.String[] resources)Call this method to grant origin the permission to access the given resources.
The granted permission is only valid for this WebView.
|