summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorOwen Lin <owenlin@google.com>2009-08-05 17:08:17 +0800
committerOwen Lin <owenlin@google.com>2009-08-06 11:11:36 +0800
commit625613e54a51b13a1993ecdf2ca4cd294ababac6 (patch)
tree9ca291776ea29ce1972b28738a2a16e4514804f0 /AndroidManifest.xml
parentdebc51233f0b2f3de06c494319fdab00585ad31e (diff)
downloadLegacyCamera-625613e54a51b13a1993ecdf2ca4cd294ababac6.zip
LegacyCamera-625613e54a51b13a1993ecdf2ca4cd294ababac6.tar.gz
LegacyCamera-625613e54a51b13a1993ecdf2ca4cd294ababac6.tar.bz2
Change the task affinity of Camcorder to be different as Camera.
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 5977ee1..dd20d77 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.camera">
+ android:taskAffinity="android.task.camcorder">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.DEFAULT" />