Merge "Make HttpAuthHandler ctor public/@hide." into jb-mr1-dev

This commit is contained in:
Ben Murdoch
2012-08-23 02:17:32 -07:00
committed by Android (Google) Code Review

View File

@ -28,9 +28,9 @@ import android.os.Handler;
public class HttpAuthHandler extends Handler {
/**
* Package-private constructor needed for API compatibility.
* @hide Only for use by WebViewProvider implementations.
*/
HttpAuthHandler() {
public HttpAuthHandler() {
}
/**