summaryrefslogtreecommitdiff
path: root/overlay/frameworks
diff options
context:
space:
mode:
authorchasewu <chasewu@google.com>2018-09-05 21:01:31 +0800
committerChase Wu <chasewu@google.com>2018-09-05 16:49:43 +0000
commit5a7dc385fb48f8eb75ea2a3b563ba4504e5e6034 (patch)
treec3683cbce9b50c57bea44ae7f7dbe4d7c13d163b /overlay/frameworks
parent429d54a8fe668290d13b5b924b7cc2dd8dc0fc5e (diff)
downloadbonito-5a7dc385fb48f8eb75ea2a3b563ba4504e5e6034.tar.gz
Revert "Add mapping for ringtones to haptics."
This reverts commit fc72be0b9c14350020b250104567a3145872345e. B4/S4 does not support this new ringtones feature because it uses the same haptics solution as Walleye. Bug: 113782694 Test: manual phone call test and it works well Change-Id: I9f282df55072a9ceb7b92dd94664bc353d3fa4c6 Signed-off-by: chasewu <chasewu@google.com>
Diffstat (limited to 'overlay/frameworks')
-rwxr-xr-xoverlay/frameworks/base/core/res/res/values/config.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/overlay/frameworks/base/core/res/res/values/config.xml b/overlay/frameworks/base/core/res/res/values/config.xml
index 337e7a7d..62832f9b 100755
--- a/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/overlay/frameworks/base/core/res/res/values/config.xml
@@ -196,26 +196,6 @@
<item>8</item>
</integer-array>
- <!-- The URI to associate with each ringtone effect constant, intended to be used with the
- android.os.VibrationEffect#get(Uri, Context) API.
- The position of the string in the string-array determines which ringtone effect is chosen.
- For example, if the URI passed into get match the third string in the string-array, then
- RINGTONE_3 will be the returned effect -->
- <string-array translatable="false" formatted="false" name="config_ringtoneEffectUris">
- <item>content://media/internal/audio/media/13?canonical=1&amp;title=The%20Big%20Adventure</item>
- <item>content://media/internal/audio/media/17?canonical=1&amp;title=Copycat</item>
- <item>content://media/internal/audio/media/7?canonical=1&amp;title=Crackle</item>
- <item>content://media/internal/audio/media/8?canonical=1&amp;title=Flutterby</item>
- <item>content://media/internal/audio/media/9?canonical=1&amp;title=Hotline</item>
- <item>content://media/internal/audio/media/5?canonical=1&amp;title=Leaps%20%26%20Bounds</item>
- <item>content://media/internal/audio/media/15?canonical=1&amp;title=Lollipop</item>
- <item>content://media/internal/audio/media/10?canonical=1&amp;title=Lost%20%26%20Found</item>
- <item>content://media/internal/audio/media/11?canonical=1&amp;title=Mash-up</item>
- <item>content://media/internal/audio/media/16?canonical=1&amp;title=Monkey%20Around</item>
- <item>content://media/internal/audio/media/6?canonical=1&amp;title=School\'s%20Out</item>
- <item>content://media/internal/audio/media/12?canonical=1&amp;title=Zen%20Too</item>
- </string-array>
-
<!-- Make things go fast -->
<bool name="config_ui_enableFadingMarquee">false</bool>