diff options
| author | 2012-12-06 23:22:48 -0800 | |
|---|---|---|
| committer | 2012-12-06 23:22:48 -0800 | |
| commit | 1e8753e460b9cbd06998dc150754bd63713d0414 (patch) | |
| tree | 6fa17226e85798f41332b1a624ce6869ae139cc4 | |
| parent | f87f1f6e6697d4d505a8b463098ad3b2a0f2e0a5 (diff) | |
| parent | 056017cd7d966ae4962f2ebd064a615b3e076a85 (diff) | |
am 056017cd: am c56a57f7: am 2b89f73e: Enforce camera shutter sound for Korea.
* commit '056017cd7d966ae4962f2ebd064a615b3e076a85':
Enforce camera shutter sound for Korea.
| -rw-r--r-- | core/res/res/values-mcc450/config.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/core/res/res/values-mcc450/config.xml b/core/res/res/values-mcc450/config.xml new file mode 100644 index 000000000000..2a2bd7602072 --- /dev/null +++ b/core/res/res/values-mcc450/config.xml @@ -0,0 +1,24 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- +/* +** Copyright 2012, 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> + + <!-- Whether camera shutter sound is forced or not (country specific). --> + <bool name="config_camera_sound_forced">true</bool> + +</resources> |