Android launcher-Boot process

Source: Internet
Author: User

Launcher Start-up process

Reference: http://blog.csdn.net/fengkehuan/article/details/6205980

From the network to find a section on the launcher of the starting process of the article, as a background knowledge of learning launcher:

linux kernel start will be through a process to initialize Android runtime java operating environment, while a I'm seeing only native Service manager not zygote  fork)

  Intent Intent = new Intent (mtopaction, mtopdata! = null?) Uri.parse (Mtopdata): null);  Intent.setcomponent (mtopcomponent);  if (mfactorytest! = systemserver.factory_test_low_level) {      intent.addcategory (intent.category_home);  }
......

Startactivitylocked (NULL, intent, NULL, NULL, 0, ainfo,null, NULL, 0, 0, 0, false, false);

Home manifest

  <intent-filter>  <action android:name= "Android.intent.action.MAIN"/>  <category android: Name= "Android.intent.category.HOME"/>  <category android:name= "Android.intent.category.DEFAULT"/>  </intent-filter>

Started the Home process. The process of starting the home process is actually going through a sub-process zygote fork.

  

Android launcher-Boot process

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.