Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
b780ccea1c
|
|||
![]() |
5d8e871871 |
@@ -85,7 +85,7 @@ public class NotificationService
|
|||||||
NotificationChannel channel2 = notifman.getNotificationChannel(CHANNEL_P2_ID);
|
NotificationChannel channel2 = notifman.getNotificationChannel(CHANNEL_P2_ID);
|
||||||
if (channel2 == null)
|
if (channel2 == null)
|
||||||
{
|
{
|
||||||
channel2 = new NotificationChannel(CHANNEL_P1_ID, "Push notifications (high priority)", NotificationManager.IMPORTANCE_DEFAULT);
|
channel2 = new NotificationChannel(CHANNEL_P2_ID, "Push notifications (high priority)", NotificationManager.IMPORTANCE_DEFAULT);
|
||||||
channel2.setDescription("Push notifications from the server with low priority.\nGo to the in-app settings to configure ringtone, volume and vibrations");
|
channel2.setDescription("Push notifications from the server with low priority.\nGo to the in-app settings to configure ringtone, volume and vibrations");
|
||||||
channel2.setSound(null, null);
|
channel2.setSound(null, null);
|
||||||
channel2.setVibrationPattern(null);
|
channel2.setVibrationPattern(null);
|
||||||
|
@@ -1,3 +1,3 @@
|
|||||||
#Sun Nov 18 03:24:23 CET 2018
|
#Mon Nov 19 12:30:54 CET 2018
|
||||||
VERSION_NAME=0.0.13
|
VERSION_NAME=1.0.0
|
||||||
VERSION_CODE=13
|
VERSION_CODE=14
|
||||||
|
Reference in New Issue
Block a user