From 70790e941a1c23dc62b2bf06236cb4d8dde2bec9 Mon Sep 17 00:00:00 2001 From: Byunghun Jeon Date: Fri, 16 Sep 2016 12:59:14 -0700 Subject: SnapdragonCamera: Add ProMode Add ProMode. User can change iso, white balance, exposure, and focus mode using this new scene mode Change-Id: I58885d3a05d6d9e8264e58cb8c4de2e1f13646b0 CRs-Fixed: 1089100 --- res/values/camera2arrays.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'res/values/camera2arrays.xml') diff --git a/res/values/camera2arrays.xml b/res/values/camera2arrays.xml index 80c695d58..31d6b5a62 100644 --- a/res/values/camera2arrays.xml +++ b/res/values/camera2arrays.xml @@ -157,6 +157,7 @@ 107 108 104 + 109 @@ -183,6 +184,7 @@ @string/pref_camera_scenemode_entry_sharpshooter @string/pref_camera_scenemode_entry_trackingfocus @string/pref_camera_scenemode_entry_panorama + @string/pref_camera_scenemode_entry_promode @@ -208,6 +210,7 @@ @drawable/sharp_photo @drawable/tracking_focus @drawable/scene_panorama + @drawable/promode -- cgit v1.2.3