Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev
This commit is contained in:
@ -28,9 +28,9 @@ import android.os.Handler;
|
|||||||
public class HttpAuthHandler extends Handler {
|
public class HttpAuthHandler extends Handler {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Package-private constructor needed for API compatibility.
|
* @hide Only for use by WebViewProvider implementations.
|
||||||
*/
|
*/
|
||||||
HttpAuthHandler() {
|
public HttpAuthHandler() {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user