Merge "Remove NotificationCompat.MessagingStyle.Message from allowlist."
diff --git a/src/com/google/doclava/Converter.java b/src/com/google/doclava/Converter.java
index 0e1a4dd..030cdad 100644
--- a/src/com/google/doclava/Converter.java
+++ b/src/com/google/doclava/Converter.java
@@ -511,8 +511,7 @@
             // This should detect the new behavior and be bypassed otherwise.
             String qualName = containingClass.qualifiedName();
             if (!name.contains(".")
-              && ("androidx.core.app.NotificationCompat.MessagingStyle.Message".equals(qualName)
-                  || "androidx.leanback.widget.GuidedAction.Builder".equals(qualName)
+              && ("androidx.leanback.widget.GuidedAction.Builder".equals(qualName)
                   || "androidx.leanback.widget.RowHeaderPresenter.ViewHolder".equals(qualName))) {
               // Constructors of inner classes do not contain the name of the enclosing class
               // with OpenJDK 8. This simulates the old behavior: