Mercury-IM/app/src/main/java/org/mercury_im/messenger/Notifications.java

14 lines
490 B
Java
Raw Normal View History

2019-05-13 03:19:17 +02:00
package org.mercury_im.messenger;
public class Notifications {
public static final String NOTIFICATION_CHANNEL__FOREGROUND_SERVICE = "foreground_service";
public static final String NOTIFICATION_CHANNEL__NEW_MESSAGE = "new_message";
public static final String NOTIFICATION_CHANNEL__INCOMING_CALL = "incoming_call"; // One day...
public static final String NOTIFICATION_CHANNEL__DEBUG = "debug";
public static final int FOREGROUND_SERVICE_ID = 1; // must not be 0
}