1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-25 08:46:40 +00:00

Don't vibrate or sound on our notifications

This commit is contained in:
Loic Blot 2016-03-07 21:38:25 +01:00
parent eebe9c5917
commit d11e149814

View File

@ -50,10 +50,6 @@ public class OCSMSNotificationUI {
// Set appropriate defaults for the notification light, sound,
// and vibration.
.setDefaults(Notification.DEFAULT_ALL)
// Set required fields, including the small icon, the
// notification title, and text.
.setSmallIcon(R.drawable.ic_launcher)
.setContentTitle(title)
.setContentText(contentString)