From adfe2be661bcc5b6cd93fb743bd66a2e4121bcec Mon Sep 17 00:00:00 2001
From: dianlujitao <dianlujitao@gmail.com>
Date: Mon, 20 Jun 2016 23:24:25 +0800
Subject: [PATCH] mido: Snap: Disable HDR 1x frame

 * This fixes HDR mode.

Change-Id: Ieb8e819dc3fb20ec89c615d6f9ab43c1585c44f8
---
 .../apps/Snap/res/values/qcomstrings.xml      | 25 +++++++++++++++++++
 1 file changed, 25 insertions(+)
 create mode 100644 overlay/packages/apps/Snap/res/values/qcomstrings.xml

diff --git a/overlay/packages/apps/Snap/res/values/qcomstrings.xml b/overlay/packages/apps/Snap/res/values/qcomstrings.xml
new file mode 100644
index 0000000..d477e42
--- /dev/null
+++ b/overlay/packages/apps/Snap/res/values/qcomstrings.xml
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+    Copyright (c) 2012-2014, The Linux Foundation. All rights reserved.
+    Copyright (C) 2014-2016 The CyanogenMod Project
+
+    Not a Contribution.
+
+    Copyright (C) 2007 The Android Open Source Project
+
+    Licensed under the Apache License, Version 2.0 (the "License");
+    you may not use this file except in compliance with the License.
+    You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+<resources>
+    <!-- HDR needs 1x frame -->
+    <string name="pref_camera_hdr_need_1x_default" translatable="false">false</string>
+</resources>
-- 
GitLab