From 1b131d7f3acef92866762b637a25168960b14d68 Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Fri, 14 Aug 2026 10:58:33 -0500 Subject: [PATCH] Document LoggingPermission constructor Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/xml/Java.Util.Logging/LoggingPermission.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/xml/Java.Util.Logging/LoggingPermission.xml b/docs/xml/Java.Util.Logging/LoggingPermission.xml index 1fc1546ec..380538d28 100644 --- a/docs/xml/Java.Util.Logging/LoggingPermission.xml +++ b/docs/xml/Java.Util.Logging/LoggingPermission.xml @@ -72,10 +72,9 @@ - To be added. - To be added. - - + Permission name. Must be control. + Must be either null or the empty string. + Creates a new LoggingPermission object. Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.