초보적인 질문입니다.

http://developer.android.com/guide/practices/ui_guidelines/activity_task_design.html

여기 이 링크에서,
In order for your application to contain two different, independent activities launchable from Home, you must define them to be associated with different tasks. (This means setting the main activity for each task to a different task affinity — in this case, "com.android.camera" and "com.android.videocamera".)
라는 설명이 있습니다. 대충, camera 내에서 두개(camera, videocamera)의 app.이 각각 동작되도록 구현되었다. 라는 의미로 파악됩니다.

그래서 http://android.git.kernel.org 에서 camera 관련 최신 소스를 받아보았는데요..
위에 나온 설명과는 달리, com.android.camera 하나로 합쳐져 있더라구요.
근데, 저는 com.android.videocamera 도 있는 예전 코드를 꼭 보고 싶거든요. (학습 차원으로)

git에서 뒤져보았지만, 못찾겠습니다.

고수님들 리플 부탁드립니다.