<AWT Dev> RFR: 8264786: [macos] All Swing/AWT apps cause Allow Notifications prompt to appear when app is launched

Alexander Zvegintsev azvegint at openjdk.java.net
Wed Apr 28 23:16:56 UTC 2021


On Tue, 27 Apr 2021 01:09:44 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:

> The fix for the JDK-8187639 reimplemented the tray icon messages using the standard notification center, it worked fine on macOS 10.9. But on the new macOS, the usage of that API requests permission from the user. Since the code was added to the NSApplicationAWT this request is always shown even if the app does not use tray icons. This fix moves the code to the tray icon itself. I have tested this on macOS 11.2. It will be good if someone can check macOS 10.14 or macOS 10.15.

I've checked it on `10.15.7`.
before the fix - permission request appears immediately.
after the fix - permission request appears after using `TrayIcon`.

-------------

Marked as reviewed by azvegint (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3707


More information about the awt-dev mailing list