summaryrefslogtreecommitdiffstats
path: root/res/values/config.xml
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-05 20:34:03 +0100
committerSteve Kondik <steve@cyngn.com>2016-11-02 12:22:27 -0700
commite5594c27146de0bea0767a86d164a59bee0678fa (patch)
tree7cad6439f44ded986e3914a2ccd859292bd80117 /res/values/config.xml
parent64f4613f78bb08bbae8c5be03f486b83825d8187 (diff)
downloadandroid_packages_apps_Snap-e5594c27146de0bea0767a86d164a59bee0678fa.tar.gz
android_packages_apps_Snap-e5594c27146de0bea0767a86d164a59bee0678fa.tar.bz2
android_packages_apps_Snap-e5594c27146de0bea0767a86d164a59bee0678fa.zip
add support for lge-camera parameter
Change-Id: Ib31557eb15c37bc928fa259bb098924f72f39da2
Diffstat (limited to 'res/values/config.xml')
-rw-r--r--res/values/config.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/config.xml b/res/values/config.xml
index 7ada8d775..644891fbe 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2012 The Android Open Source Project
+ 2015 The CyanogenMod Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,4 +28,7 @@
<!-- 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>
+
+ <!-- Set's parameter "lge-camera" for LGE devices -->
+ <bool name="lge_camera">false</bool>
</resources>