I downloaded the source code of the default Browser application of the android from here
and tried it to build from the eclipse. It is showing various build error in different classes.Main error is due to in import as it is not able to pick the following classes.
import android.provider.BrowserContract;
import android.net.WebAddress;
import android.webkit.WebSettings.AutoFillProfile;
and similarly others.I searched it in the documentation of the package of android.provider of android and no such class is mentioned. Looking for the help