summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lais Andrade <lsandrade@google.com> 2021-10-12 17:12:33 +0100
committer Lais Andrade <lsandrade@google.com> 2021-10-14 13:36:08 +0000
commit740e1c8476c00798cad8edb187301a36b460f854 (patch)
tree1ab564e5980526ef6113690d1f769d34ff78f76c
parentbd5d2d7173a75356d42fa7df423582185347d9b4 (diff)
Disable silent ringtone ogg asset
This is not stable enough for release, so will be disabled by default in the platform. Fix: 201475547 Test: manual Change-Id: I9ea749d20a95b58fb1bdd8fa0bcb84e72d5eab2b
-rw-r--r--core/res/res/values/config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/res/res/values/config.xml b/core/res/res/values/config.xml
index ddc9f0225025..3718d2832f51 100644
--- a/core/res/res/values/config.xml
+++ b/core/res/res/values/config.xml
@@ -4068,7 +4068,7 @@
<string translatable="false" name="config_inCallNotificationSound">/product/media/audio/ui/InCallNotification.ogg</string>
<!-- URI for default ringtone sound file to be used for silent ringer vibration -->
- <string translatable="false" name="config_defaultRingtoneVibrationSound">/product/media/audio/ui/AttentionalHaptics.ogg</string>
+ <string translatable="false" name="config_defaultRingtoneVibrationSound"></string>
<!-- Default number of notifications from the same app before they are automatically grouped by the OS -->
<integer translatable="false" name="config_autoGroupAtCount">4</integer>