summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorChung-yih Wang <cywang@google.com>2011-07-20 07:02:18 +0800
committerChung-yih Wang <cywang@google.com>2011-08-04 08:47:34 +0800
commitbed7386688cd7810cba23732ab71f370fe3222ff (patch)
tree2ff1db2d188e4e6f570f4fa393277c7165853cff /AndroidManifest.xml
parent2989c0da86939dea7af264d7b9b25593f8aff2f7 (diff)
downloadpackages_apps_LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.zip
packages_apps_LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.tar.gz
packages_apps_LegacyCamera-bed7386688cd7810cba23732ab71f370fe3222ff.tar.bz2
Merge the indicator bar implementations.
bug:5039235 Originally we have the GLView-implemented indicators for Phone-based UI. Based on the current UI design, we would like to merge the look on all devices for the dialog of the camera setting. Therefore, a refactor of how to handle the popup window is required here and this will simplify our UI work for handling different layout/resolution. Change-Id: I6f9e6ebed7600be460ddd906505cdc44f81098ad
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 5e13b60..4c68e0b 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -18,6 +18,7 @@
<uses-permission android:name="android.permission.READ_SMS" />
<application android:icon="@mipmap/ic_launcher_camera"
+ android:name="com.android.camera.CameraAppImpl"
android:label="@string/camera_label"
android:taskAffinity=""
android:theme="@style/ThemeCamera"