Added query for Cleartext Storage in Android Database

This commit is contained in:
Tony Torralba
2021-09-03 12:59:03 +02:00
parent 117795c409
commit f0604e2e84
26 changed files with 611 additions and 10 deletions

View File

@@ -16,7 +16,6 @@
package android.webkit;
import java.io.InputStream;
import java.io.StringBufferInputStream;
import java.util.Map;
/**

View File

@@ -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

View File

@@ -18,6 +18,7 @@ import android.content.Context;
import android.view.View;
public class WebView extends View {
public WebView(Context context) {
super(context);
}

View File

@@ -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