]> git.eshelyaron.com Git - emacs.git/commit
Repair desktop notification display on Android 2.3 and 2.2
authorPo Lu <luangruo@yahoo.com>
Sun, 20 Aug 2023 13:40:08 +0000 (21:40 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 20 Aug 2023 13:40:08 +0000 (21:40 +0800)
commit392d00e0aaf7f66eb8a3de9919ff8835bc63b355
tree3e04fdf77119edb5a5cb93a008e85d3d16510844
parent5734c57851e23ee34357b8c5eae8ea89c2dc5037
Repair desktop notification display on Android 2.3 and 2.2

* java/org/gnu/emacs/EmacsDesktopNotification.java (display1):
Create a pending intent and set it as the contentIntent when
building a notification by hand.
java/org/gnu/emacs/EmacsDesktopNotification.java