mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2025-06-25 16:56:23 +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,
|
// Set appropriate defaults for the notification light, sound,
|
||||||
// and vibration.
|
// and vibration.
|
||||||
.setDefaults(Notification.DEFAULT_ALL)
|
|
||||||
|
|
||||||
// Set required fields, including the small icon, the
|
|
||||||
// notification title, and text.
|
|
||||||
.setSmallIcon(R.drawable.ic_launcher)
|
.setSmallIcon(R.drawable.ic_launcher)
|
||||||
.setContentTitle(title)
|
.setContentTitle(title)
|
||||||
.setContentText(contentString)
|
.setContentText(contentString)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user