diff options
author | 2013-04-09 20:45:53 -0700 | |
---|---|---|
committer | 2013-04-09 20:45:53 -0700 | |
commit | ae8a941e12e927e6f5b2e42bd48999397fd5fe2a (patch) | |
tree | 4573ada56c400b13638f43a018f361386bee7a8c /java/res | |
parent | 0d7499bccfb37bad2364202657a4feebab137aeb (diff) | |
parent | f606fd855425eba365c8dcc8463a61c4a77d6539 (diff) | |
download | latinime-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.xml | 22 |
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> |