zoukankan      html  css  js  c++  java
  • android.process.acore和system进程

    从源码看来,android.process.acore进程应该是一些基本功能的载入程序。

    android-4.3_r2.2中,它包括以下项目:

    1.UserDictionaryProvider

    View Code

    2.ApplicationsProvider

    <application android:process="android.process.acore" android:label="@string/app_label">

    3.ContactsProvider

    View Code

    同样在android-4.3_r2.2中,system进程包括以下项目:

    1.InputDevices

    View Code

    2.SettingsProvider

    View Code

    3.FusedLocation

    View Code

    4.core

    View Code

    可以看到,Google正在减少共用进程。

  • 相关阅读:
    (转)Silverlight 与 JS交互
    使用wcf服务捕捉到“POST http://yourIP/WCFService.svc 405 (Method Not Allowed) ”错误!
    Silverlight 页面传值问题(转)
    (转)发布Silverlight+WCF程序到IIS后,客户端访问数据库失败的解决方案
    Static Function Test
    .net 开发者尝试Apache Spark™
    Ubuntu 16.04.2 LTS 安装 jdk1.6 和 tomcat6 (一)
    Ubuntu 16.04.2 LTS 安装 jdk1.6 和 tomcat6 (二)
    Win10+VS2015折腾小记
    经验不是万能的----驴子驮盐
  • 原文地址:https://www.cnblogs.com/fanfeng/p/3297721.html
Copyright © 2011-2022 走看看