This commit is contained in:
jacques 2020-07-20 18:09:10 +02:00
parent 613a38269b
commit 2a3dab3398

View file

@ -46,6 +46,7 @@ public class NotificationPublisher extends BroadcastReceiver {
*/
public static String createNotificationChannel(Context context) {
Log.d(TAG, "start create notification channel");
// The id of the channel.
String channelId = "Channel_id";