diff options
Diffstat (limited to 'java/org/gnu')
| -rw-r--r-- | java/org/gnu/emacs/EmacsService.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/org/gnu/emacs/EmacsService.java b/java/org/gnu/emacs/EmacsService.java index 19ce67c59b7..404796cd08c 100644 --- a/java/org/gnu/emacs/EmacsService.java +++ b/java/org/gnu/emacs/EmacsService.java | |||
| @@ -171,7 +171,7 @@ public final class EmacsService extends Service | |||
| 171 | + " may disable it if you want;" | 171 | + " may disable it if you want;" |
| 172 | + " see (emacs)Android Environment."); | 172 | + " see (emacs)Android Environment."); |
| 173 | channel | 173 | channel |
| 174 | = new NotificationChannel ("emacs", "Emacs persistent notification", | 174 | = new NotificationChannel ("emacs", "Emacs Background Service", |
| 175 | NotificationManager.IMPORTANCE_DEFAULT); | 175 | NotificationManager.IMPORTANCE_DEFAULT); |
| 176 | manager.createNotificationChannel (channel); | 176 | manager.createNotificationChannel (channel); |
| 177 | notification = (new Notification.Builder (this, "emacs") | 177 | notification = (new Notification.Builder (this, "emacs") |