Where can I get the Android camera application source code?

前端 未结 4 464
隐瞒了意图╮
隐瞒了意图╮ 2020-12-13 00:22

I\'m referring to the camera application that is already installed on my G1, not the camera API source code.

How do I get the source code?

4条回答
  •  情书的邮戳
    2020-12-13 00:22

    Recently I looked for Contact stock app in android and I hit this thread. I was able to find the solution.

    git clone https://android.googlesource.com/platform/packages/apps/Camera

    is the way to clone camera app.

    All apps are listed in page

    https://android.googlesource.com/

    In browser search for packages/apps/ to get the corresponding apps repository name.

提交回复
热议问题