RFR: JDK-8272639: jpackaged applications using microphone on mac
Sergey Bylokhov
serb at openjdk.java.net
Thu Aug 19 22:49:29 UTC 2021
On Thu, 19 Aug 2021 14:12:00 GMT, Andy Herrick <herrick at openjdk.org> wrote:
> JDK-8272639: jpackaged applications using microphone on mac
src/jdk.jpackage/macosx/classes/jdk/jpackage/internal/resources/Info-lite.plist.template line 37:
> 35: <string>true</string>
> 36: <key>NSMicrophoneUsageDescription</key>
> 37: <string>The application is requesting access to the microphone.</string>
Should not it include the "application name" here? This is different from the java tool, where we do not know that info in advance.
-------------
PR: https://git.openjdk.java.net/jdk/pull/5186
More information about the core-libs-dev
mailing list