diff --git a/core/res/res/values-mcc404/config.xml b/core/res/res/values-mcc404/config.xml index a106b0ae2cec3cb1095e4c2440c98569d1aef9c7..17539d81fa65fd2dc5bf48266c355e03c9465342 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 a106b0ae2cec3cb1095e4c2440c98569d1aef9c7..17539d81fa65fd2dc5bf48266c355e03c9465342 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>