Commit 617040c5 authored by Michael Kolb's avatar Michael Kolb
Browse files

Fix manifest to launch correct activity

  Bug: 7175368

Change task affinity to launch correct camera activity

Change-Id: I6bd22a8b64317a8e37f4c13ebf374465096662e7
parent 1a875b21
......@@ -260,7 +260,7 @@
<!-- Icon sourced from www.raadius.deviantart.com/art/Aeolus-HD-200984118 -->
<activity android:name="com.android.camera.Camera"
android:taskAffinity="com.android.camera"
android:taskAffinity="com.android.camera.Camera"
android:label="@string/camera_label"
android:theme="@style/Theme.Camera"
android:icon="@drawable/ic_switch_camera_holo_light"
......@@ -275,7 +275,7 @@
</activity>
<activity android:name="com.android.camera.CameraActivity"
android:taskAffinity="com.google.android.camera"
android:taskAffinity="com.android.camera.CameraActivity"
android:label="@string/camera_label"
android:theme="@style/Theme.Camera"
android:icon="@mipmap/ic_launcher_camera"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment