Loading core/java/android/webkit/WebView.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,6 @@ import android.os.Message; import android.os.RemoteException; import android.os.RemoteException; import android.os.StrictMode; import android.os.StrictMode; import android.print.PrintDocumentAdapter; import android.print.PrintDocumentAdapter; import android.security.KeyChain; import android.util.AttributeSet; import android.util.AttributeSet; import android.util.Log; import android.util.Log; import android.util.SparseArray; import android.util.SparseArray; Loading Loading @@ -1419,9 +1418,8 @@ public class WebView extends AbsoluteLayout /** /** * Clears the client certificate preferences stored in response * Clears the client certificate preferences stored in response * to proceeding/cancelling client cert requests. Note that WebView * to proceeding/cancelling client cert requests. Note that WebView * automatically clears these preferences when it receives a * automatically clears these preferences when the system keychain is updated. * {@link KeyChain#ACTION_STORAGE_CHANGED} intent. The preferences are * The preferences are shared by all the WebViews that are created by the embedder application. * shared by all the WebViews that are created by the embedder application. * * * @param onCleared A runnable to be invoked when client certs are cleared. * @param onCleared A runnable to be invoked when client certs are cleared. * The runnable will be called in UI thread. * The runnable will be called in UI thread. Loading Loading
core/java/android/webkit/WebView.java +2 −4 Original line number Original line Diff line number Diff line Loading @@ -41,7 +41,6 @@ import android.os.Message; import android.os.RemoteException; import android.os.RemoteException; import android.os.StrictMode; import android.os.StrictMode; import android.print.PrintDocumentAdapter; import android.print.PrintDocumentAdapter; import android.security.KeyChain; import android.util.AttributeSet; import android.util.AttributeSet; import android.util.Log; import android.util.Log; import android.util.SparseArray; import android.util.SparseArray; Loading Loading @@ -1419,9 +1418,8 @@ public class WebView extends AbsoluteLayout /** /** * Clears the client certificate preferences stored in response * Clears the client certificate preferences stored in response * to proceeding/cancelling client cert requests. Note that WebView * to proceeding/cancelling client cert requests. Note that WebView * automatically clears these preferences when it receives a * automatically clears these preferences when the system keychain is updated. * {@link KeyChain#ACTION_STORAGE_CHANGED} intent. The preferences are * The preferences are shared by all the WebViews that are created by the embedder application. * shared by all the WebViews that are created by the embedder application. * * * @param onCleared A runnable to be invoked when client certs are cleared. * @param onCleared A runnable to be invoked when client certs are cleared. * The runnable will be called in UI thread. * The runnable will be called in UI thread. Loading