Add sound or vibration effect for network-initiated USSD
To inform the user of network-initiated USSD, add sound or vibration
effect. The effect follows current ringtone mode.
Test: manual - Checked that sound or vibration effect when receives
a network initiated USSD.
Bug: 28948816
Change-Id: Ib08d7a30db64020e0393bb9d12ec2ce4b51651cb
Merged-In: Ib08d7a30db64020e0393bb9d12ec2ce4b51651cb
diff --git a/res/values/config.xml b/res/values/config.xml
index 9b2605d..7e71068 100644
--- a/res/values/config.xml
+++ b/res/values/config.xml
@@ -290,4 +290,13 @@
in some devices per modem limitation 5G network can't be connected if two or more SIMs
are active simultaneously. In that case, this value should be false. -->
<bool name="config_5g_connection_in_dsds_mode">true</bool>
+
+ <!-- Vibrator pattern to be used as the default for notifications
+ that specify DEFAULT_VIBRATE. -->
+ <integer-array name="config_defaultNotificationVibePattern">
+ <item>0</item>
+ <item>350</item>
+ <item>250</item>
+ <item>350</item>
+ </integer-array>
</resources>