OSDN Git Service

Solve task flow problems in Camera and Camcorder.
authorOwen Lin <owenlin@google.com>
Fri, 26 Jun 2009 18:59:58 +0000 (11:59 -0700)
committerOwen Lin <owenlin@google.com>
Tue, 30 Jun 2009 18:42:30 +0000 (11:42 -0700)
commit3283e049aa080c375457de46bbf180a88899228a
tree2ec26f0fd379cea23646ccab65a28b6df1636c73
parent20e4e11c81a37e4dcc87fe501ea853bd5b699fe3
Solve task flow problems in Camera and Camcorder.

1. Let "Camera" and "Camcorder" use the same task affinity, so that there
   will only one task stack in the system.

2. Finish the "Camera" or "Camcorder" activity, when switch to the other,
   so that it works like the same activity.
AndroidManifest.xml
src/com/android/camera/Camera.java
src/com/android/camera/MenuHelper.java
src/com/android/camera/VideoCamera.java