From 5b88d56a1dac39eabaef3fb8b7222730911fe544 Mon Sep 17 00:00:00 2001 From: Sai Kumar Sanagavarapu Date: Wed, 4 Jun 2014 13:53:37 +0530 Subject: Camera2: Add TruePortrait in Advanced features menu. 1.Add TruePortrait option in Advanced features menu. 2.Query supported TruePortrait modes and enable TP. Change-Id: I3e9bd54ab8e495eabb591bd380cf0553715e938a --- res/values/qcomarrays.xml | 2 ++ res/values/qcomstrings.xml | 3 +++ 2 files changed, 5 insertions(+) (limited to 'res') diff --git a/res/values/qcomarrays.xml b/res/values/qcomarrays.xml index 98329c3bf..074e2f9d7 100644 --- a/res/values/qcomarrays.xml +++ b/res/values/qcomarrays.xml @@ -577,6 +577,7 @@ @string/pref_camera_advanced_feature_entry_refocus @string/pref_camera_advanced_feature_entry_chromaflash @string/pref_camera_advanced_feature_entry_optizoom + @string/pref_camera_advanced_feature_entry_trueportrait @@ -585,6 +586,7 @@ @string/pref_camera_advanced_feature_value_refocus_on @string/pref_camera_advanced_feature_value_chromaflash_on @string/pref_camera_advanced_feature_value_optizoom_on + @string/pref_camera_advanced_feature_value_trueportrait_on diff --git a/res/values/qcomstrings.xml b/res/values/qcomstrings.xml index 07bc7f445..29c33bf8c 100644 --- a/res/values/qcomstrings.xml +++ b/res/values/qcomstrings.xml @@ -145,6 +145,7 @@ Refocus Chroma Flash Opti Zoom + True Portrait none @@ -152,10 +153,12 @@ re-focus-on chroma-flash-on opti-zoom-on + true-portrait-on af-bracket-off re-focus-off chroma-flash-off opti-zoom-off + true-portrait-off Off -- cgit v1.2.3