Android Framework - What is Project Mainline module in Android

Поділитися
Вставка
  • Опубліковано 8 січ 2025

КОМЕНТАРІ • 7

  • @ravananmytamilking9050
    @ravananmytamilking9050 2 роки тому

    Hi Dimple, The way you are explaining very good. It is very good to understand deep insight on project mainline.

  • @shivarajus7244
    @shivarajus7244 4 роки тому +1

    Good info

  • @kishortalukdar4441
    @kishortalukdar4441 4 роки тому +1

    Your content is amazing....i have little doubt what is syster server where is stay and how work ??

    • @dimples_android_geek
      @dimples_android_geek  4 роки тому +1

      System Server is like the Heart of Android Operating System. The system server is the first component to be started after boot complete and it is the system server that will start the other components like power manager, activity manager, window manager one by one.
      You can go through "SystemServer.java" file present in /framework/base/services/java/com/android/server.
      Please find this link : androidxref.com/8.0.0_r4/search?q=&defs=&refs=&path=SystemServer.java&hist=&project=art&project=bionic&project=bootable&project=build&project=cts&project=dalvik&project=developers&project=development&project=device&project=docs&project=external&project=frameworks&project=hardware&project=kernel&project=libcore&project=libnativehelper&project=packages&project=pdk&project=platform_testing&project=prebuilts&project=sdk&project=system&project=test&project=toolchain&project=tools
      Also, to get to know more about system server, go through these videos:
      ua-cam.com/video/VcQdOTYdMDU/v-deo.html
      ua-cam.com/video/4tDDYAoZTZM/v-deo.html

    • @kishortalukdar4441
      @kishortalukdar4441 4 роки тому +1

      @@dimples_android_geek thanks mam