This project is forked from (https://github.com/JackyAndroid)'s AndroidChromium repository. Through reading this project code, I will try to figure out chrome browser's basic architecture and understand android development better. While I reading the code, I will write down some notes in this README file. Maybe I will make some modification based this version to build a browser I prefer.
This is called once per ChromeApplication instance, which get created per process (browser OR renderer). It do these things.
-
Record entry point time.
-
Set show keyboard delegate.
-
Init account manager.
-
Initialize and install client name generator.
-
Set log level.
-
Set up the identification generator for sync.
