summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-05 21:39:36 +0100
committerChippa-a <vusal1372@gmail.com>2019-10-25 15:55:25 +0300
commit48f1034a84683a07b5e529d469b369839387fce6 (patch)
tree52932a09fce7995516726c0511e920ec6e3be4ae /res/values
parent9b6c61fa48e571e740beb4822f4696af0109b672 (diff)
downloadandroid_packages_apps_Snap-48f1034a84683a07b5e529d469b369839387fce6.tar.gz
android_packages_apps_Snap-48f1034a84683a07b5e529d469b369839387fce6.tar.bz2
android_packages_apps_Snap-48f1034a84683a07b5e529d469b369839387fce6.zip
add support for non-standard iso keys and values
Change-Id: I3a948495cdf84dae3c1734d50ff91b4a5d3d9fc0
Diffstat (limited to 'res/values')
-rw-r--r--res/values/config.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ada8d775..b9a6294d1 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -27,4 +27,14 @@
<!-- This value may be changed to true to enable the warped pano preview overlayed on top
of the fullscreen pano preview. -->
<bool name="enable_warped_pano_preview">true</bool>
+
+ <!-- Use following iso parameter.
+ Example: lg-iso
+ lg-iso-values -->
+ <string name="key_iso">iso</string>
+ <string name="key_iso_values">iso-values</string>
+
+ <!-- ISO values use numbers.
+ Example: 50 instead of ISO50 -->
+ <bool name="iso_values_use_numbers">false</bool>
</resources>