diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2014-04-21 17:53:25 +0200 |
---|---|---|
committer | Paul Kocialkowski <contact@paulk.fr> | 2014-04-21 17:53:25 +0200 |
commit | 630a0a55fbb8d3b3a7e7154fd865346987a7b318 (patch) | |
tree | 04dabc9bc072ca529789bb3323c6018ba8dd299d /overlay/packages | |
parent | 526a0c4b954021654e0f44ed8e50ca7c02e2429d (diff) | |
download | device_goldelico_gta04-630a0a55fbb8d3b3a7e7154fd865346987a7b318.zip device_goldelico_gta04-630a0a55fbb8d3b3a7e7154fd865346987a7b318.tar.gz device_goldelico_gta04-630a0a55fbb8d3b3a7e7154fd865346987a7b318.tar.bz2 |
Vibrator implementation using rumble input
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Diffstat (limited to 'overlay/packages')
-rw-r--r-- | overlay/packages/inputmethods/LatinIME/java/res/values/config.xml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/overlay/packages/inputmethods/LatinIME/java/res/values/config.xml b/overlay/packages/inputmethods/LatinIME/java/res/values/config.xml new file mode 100644 index 0000000..3bab366 --- /dev/null +++ b/overlay/packages/inputmethods/LatinIME/java/res/values/config.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + Copyright (C) 2014 Paul Kocialkowski <contact@paulk.fr> + + 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_default_vibration_enabled">false</bool> +</resources> |