summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-06-26 11:59:58 -0700
committerOwen Lin <owenlin@google.com>2009-06-30 11:42:30 -0700
commit3283e049aa080c375457de46bbf180a88899228a (patch)
tree2ec26f0fd379cea23646ccab65a28b6df1636c73 /AndroidManifest.xml
parent20e4e11c81a37e4dcc87fe501ea853bd5b699fe3 (diff)
downloadpackages_apps_LegacyCamera-3283e049aa080c375457de46bbf180a88899228a.tar.gz
packages_apps_LegacyCamera-3283e049aa080c375457de46bbf180a88899228a.tar.bz2
packages_apps_LegacyCamera-3283e049aa080c375457de46bbf180a88899228a.zip
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.
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 16fc105a..5977ee1b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -47,7 +47,7 @@
android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen"
android:screenOrientation="landscape"
android:clearTaskOnLaunch="true"
- android:taskAffinity="android.task.videocamera">
+ android:taskAffinity="android.task.camera">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />