summaryrefslogtreecommitdiff
path: root/overlay
diff options
context:
space:
mode:
authorBeverly <beverlyt@google.com>2019-10-07 16:37:42 -0400
committerBeverly Tai <beverlyt@google.com>2019-10-08 15:36:51 +0000
commitd41ea34e62b205400630ae619b309ef59939ae17 (patch)
tree841ab8f30d262ef35e9ce89aaae058270a553e3b /overlay
parent2507d27f9022b976ea5de8d163f21ef28694867f (diff)
downloadbonito-d41ea34e62b205400630ae619b309ef59939ae17.tar.gz
Default vibrate when ringing for 2018+ Pixels
Delete unnecessary overlay Test: manual Bug: 141210593 Change-Id: I40dba3ae2afc5edef2698a08d0ebe4fc901d9f35
Diffstat (limited to 'overlay')
-rw-r--r--overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml24
1 files changed, 0 insertions, 24 deletions
diff --git a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml b/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
deleted file mode 100644
index 378e34be..00000000
--- a/overlay/frameworks/base/packages/SettingsProvider/res/values/defaults.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!--
-/**
- * Copyright (c) 2018, 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>
- <!-- Default for Settings.System.VIBRATE_WHEN_RINGING -->
- <bool name="def_vibrate_when_ringing">true</bool>
- <!-- Default for Settings.Global.APPLY_RAMPING_RINGER -->
- <bool name="def_apply_ramping_ringer">false</bool>
-</resources>