aboutsummaryrefslogtreecommitdiffstats
path: root/java/res
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2013-04-09 20:45:53 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-04-09 20:45:53 -0700
commitae8a941e12e927e6f5b2e42bd48999397fd5fe2a (patch)
tree4573ada56c400b13638f43a018f361386bee7a8c /java/res
parent0d7499bccfb37bad2364202657a4feebab137aeb (diff)
parentf606fd855425eba365c8dcc8463a61c4a77d6539 (diff)
downloadlatinime-ae8a941e12e927e6f5b2e42bd48999397fd5fe2a.tar.gz
latinime-ae8a941e12e927e6f5b2e42bd48999397fd5fe2a.tar.xz
latinime-ae8a941e12e927e6f5b2e42bd48999397fd5fe2a.zip
am f606fd85: Hide Setup Wizard icon for stock keyboard
* commit 'f606fd855425eba365c8dcc8463a61c4a77d6539': 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>