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?
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.