|
|
@@ -119,6 +119,7 @@ public class Receiver extends BroadcastReceiver {
|
|
|
Uri sound = options.getSound();
|
|
|
|
|
|
Builder notification = new NotificationCompat.Builder(context)
|
|
|
+ .setDefaults(0) // Do not inherit any defaults
|
|
|
.setContentTitle(options.getTitle())
|
|
|
.setContentText(options.getMessage())
|
|
|
.setNumber(options.getBadge())
|