summaryrefslogtreecommitdiffstats
path: root/sdk_overlay
diff options
context:
space:
mode:
authorXavier Ducrohet <xav@android.com>2010-03-30 11:39:25 -0700
committerXavier Ducrohet <xav@android.com>2010-03-30 11:40:07 -0700
commit8e089cb4e2d9f351ddcec0782d9ee6ba9b03574f (patch)
tree2ddaab0a2e74de20899098fd90f11279d4754d1e /sdk_overlay
parentd754ddec4a5ae618fb440c96850c20055eb4cbbd (diff)
downloadandroid_development-8e089cb4e2d9f351ddcec0782d9ee6ba9b03574f.tar.gz
android_development-8e089cb4e2d9f351ddcec0782d9ee6ba9b03574f.tar.bz2
android_development-8e089cb4e2d9f351ddcec0782d9ee6ba9b03574f.zip
Make chinese IME not default to the SDK images.
Bug: 2538234 Change-Id: I40b81a3f325e166e011b313134d95bfcf27d4c8b
Diffstat (limited to 'sdk_overlay')
-rw-r--r--sdk_overlay/packages/inputmethods/PinyinIME/res/values/bools.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/sdk_overlay/packages/inputmethods/PinyinIME/res/values/bools.xml b/sdk_overlay/packages/inputmethods/PinyinIME/res/values/bools.xml
new file mode 100644
index 000000000..651a9d17d
--- /dev/null
+++ b/sdk_overlay/packages/inputmethods/PinyinIME/res/values/bools.xml
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- Copyright (C) 2009 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>
+ <bool name="im_is_default">false</bool>
+</resources>