mirror of
https://github.com/github/codeql.git
synced 2026-05-05 05:35:13 +02:00
Added query for Cleartext Storage in Android Database
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
package android.webkit;
|
||||
|
||||
import java.io.InputStream;
|
||||
import java.io.StringBufferInputStream;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
|
||||
@@ -15,11 +15,8 @@
|
||||
*/
|
||||
package android.webkit;
|
||||
|
||||
import java.net.CookieManager;
|
||||
import android.content.Context;
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/**
|
||||
* Manages settings state for a WebView. When a WebView is first created, it
|
||||
|
||||
@@ -18,6 +18,7 @@ import android.content.Context;
|
||||
import android.view.View;
|
||||
|
||||
public class WebView extends View {
|
||||
|
||||
public WebView(Context context) {
|
||||
super(context);
|
||||
}
|
||||
|
||||
@@ -15,9 +15,6 @@
|
||||
*/
|
||||
package android.webkit;
|
||||
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
|
||||
public class WebViewClient {
|
||||
/**
|
||||
* Give the host application a chance to take over the control when a new url is
|
||||
|
||||
Reference in New Issue
Block a user