summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-05 21:39:36 +0100
committerArne Coucheron <arco68@gmail.com>2018-01-26 01:00:57 +0100
commit0ee94d2b3b549aae526d5c7f4847525d2bd9faa7 (patch)
tree3b2391c6cb6d4bc471184348d4e5be1e61143709 /res
parent9fff8266a593046bbcf281b73329486e354890d0 (diff)
downloadandroid_packages_apps_Snap-0ee94d2b3b549aae526d5c7f4847525d2bd9faa7.tar.gz
android_packages_apps_Snap-0ee94d2b3b549aae526d5c7f4847525d2bd9faa7.tar.bz2
android_packages_apps_Snap-0ee94d2b3b549aae526d5c7f4847525d2bd9faa7.zip
add support for non-standard iso keys and values
Change-Id: I3a948495cdf84dae3c1734d50ff91b4a5d3d9fc0
Diffstat (limited to 'res')
-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>