From 3649231c1eb7e5852e1591eacf8a85b88c9f5c60 Mon Sep 17 00:00:00 2001
From: Sungmin Choi <sungmin.choi@lge.com>
Date: Tue, 30 Jun 2015 20:44:01 +0900
Subject: [PATCH] Enforce camera shutter sound for India

Bug: 22187754
Change-Id: I422bd3654f7cb6382db5101b0d7c8fd5bdce8dac
---
 core/res/res/values-mcc404/config.xml | 2 ++
 core/res/res/values-mcc405/config.xml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/core/res/res/values-mcc404/config.xml b/core/res/res/values-mcc404/config.xml
index a106b0ae2cec..17539d81fa65 100644
--- a/core/res/res/values-mcc404/config.xml
+++ b/core/res/res/values-mcc404/config.xml
@@ -23,4 +23,6 @@
         <item>404</item>
         <item>405</item>
     </string-array>
+    <!-- Whether camera shutter sound is forced or not  (country specific). -->
+    <bool name="config_camera_sound_forced">true</bool>
 </resources>
diff --git a/core/res/res/values-mcc405/config.xml b/core/res/res/values-mcc405/config.xml
index a106b0ae2cec..17539d81fa65 100644
--- a/core/res/res/values-mcc405/config.xml
+++ b/core/res/res/values-mcc405/config.xml
@@ -23,4 +23,6 @@
         <item>404</item>
         <item>405</item>
     </string-array>
+    <!-- Whether camera shutter sound is forced or not  (country specific). -->
+    <bool name="config_camera_sound_forced">true</bool>
 </resources>
-- 
GitLab