summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2016-01-05 20:34:03 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2016-01-05 20:34:03 +0100
commit185bfd4a342125b91cffe533f12917dd214f7d1e (patch)
tree06edebeb11131e12a50d7ee7db3057c7a704599c /res/values
parent4c98613c339a219b5a81807f1a77588d61bcf90b (diff)
downloadandroid_packages_apps_Snap-185bfd4a342125b91cffe533f12917dd214f7d1e.tar.gz
android_packages_apps_Snap-185bfd4a342125b91cffe533f12917dd214f7d1e.tar.bz2
android_packages_apps_Snap-185bfd4a342125b91cffe533f12917dd214f7d1e.zip
add support for lge-camera parameter
Change-Id: Ib31557eb15c37bc928fa259bb098924f72f39da2
Diffstat (limited to 'res/values')
-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>