diff options
| author | Eric Laurent <elaurent@google.com> | 2012-12-06 16:58:12 -0800 |
|---|---|---|
| committer | Android Git Automerger <android-git-automerger@android.com> | 2012-12-06 16:58:12 -0800 |
| commit | c56a57f7d775e7b097c62f9e8fb809467dc5cf0c (patch) | |
| tree | 4ceb68eb84b31192915191b9fc9a33804d78a90b | |
| parent | 6fb126b5bbcf51f50064477f5070fe845cfd5454 (diff) | |
| parent | 2b89f73ef805022c4e8b9bad545c1aa0421e5586 (diff) | |
| download | frameworks_base-c56a57f7d775e7b097c62f9e8fb809467dc5cf0c.zip frameworks_base-c56a57f7d775e7b097c62f9e8fb809467dc5cf0c.tar.gz frameworks_base-c56a57f7d775e7b097c62f9e8fb809467dc5cf0c.tar.bz2 | |
am 2b89f73e: Enforce camera shutter sound for Korea.
* commit '2b89f73ef805022c4e8b9bad545c1aa0421e5586':
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 0000000..2a2bd76 --- /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> |
