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:
parent
eebe9c5917
commit
d11e149814
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user