aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-10 19:35:51 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-10 19:35:51 -0700
commit9620943cc80e8f709e1cd53af7bf77a0e717d3db (patch)
treef7c510878afa3c42333b20c4bb7db0ea1342088c /java/res
parent1aaaa64da8d818dd7a91c024eb4fa2d9e1459f93 (diff)
parentd9a2223570759d622c690b007369cf32f437f7e5 (diff)
downloadlatinime-9620943cc80e8f709e1cd53af7bf77a0e717d3db.tar.gz
latinime-9620943cc80e8f709e1cd53af7bf77a0e717d3db.tar.xz
latinime-9620943cc80e8f709e1cd53af7bf77a0e717d3db.zip
am d9a22235: Hide Setup Wizard icon for stock keyboard
* commit 'd9a2223570759d622c690b007369cf32f437f7e5': Hide Setup Wizard icon for stock keyboard
Diffstat (limited to 'java/res')
-rw-r--r--java/res/values/setup-wizard.xml22
1 files changed, 22 insertions, 0 deletions
diff --git a/java/res/values/setup-wizard.xml b/java/res/values/setup-wizard.xml
new file mode 100644
index 000000000..84647090b
--- /dev/null
+++ b/java/res/values/setup-wizard.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+**
+** Copyright 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>
+ <bool name="config_setup_wizard_available">false</bool>
+</resources>