diff options
author | Jim Miller <jaggies@google.com> | 2013-10-10 13:30:19 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2013-10-10 13:30:19 -0700 |
commit | 23d5cfb40cfe2890eabd43d55e1331369fb47fd4 (patch) | |
tree | 82116352dc5b61ccfed63c5edd6e4e2d23965840 /packages/Keyguard/res | |
parent | 5ea3689ea69f3c934a3c95b9ba82a41e073123d2 (diff) | |
parent | 10d196d32f9bdaa5708334348ca9668369a673ef (diff) | |
download | frameworks_base-23d5cfb40cfe2890eabd43d55e1331369fb47fd4.zip frameworks_base-23d5cfb40cfe2890eabd43d55e1331369fb47fd4.tar.gz frameworks_base-23d5cfb40cfe2890eabd43d55e1331369fb47fd4.tar.bz2 |
am 10d196d3: Merge "Keyguard customization for mcc262-mnc07" into klp-dev
* commit '10d196d32f9bdaa5708334348ca9668369a673ef':
Keyguard customization for mcc262-mnc07
Diffstat (limited to 'packages/Keyguard/res')
-rw-r--r-- | packages/Keyguard/res/values-mcc262-mnc07/bools.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/packages/Keyguard/res/values-mcc262-mnc07/bools.xml b/packages/Keyguard/res/values-mcc262-mnc07/bools.xml new file mode 100644 index 0000000..6cd4c55 --- /dev/null +++ b/packages/Keyguard/res/values-mcc262-mnc07/bools.xml @@ -0,0 +1,21 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2013 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> + <!-- Carriers in this locale are sensitive to capitalization of carrier text. + This makes the entire interface consistent by switching back to normal case. --> + <bool name="kg_use_all_caps">false</bool> +</resources> |