Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e662da4f authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Fix javadoc for KEY_SUMMARIZATION

Change-Id: I437a61672fcf83d6f55d56c0ae594f4bf873ebca
Test: build
Flag: android.app.nm_summarization
Bug: 390417189
parent 5555f7c8
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -225,9 +225,9 @@ public final class Adjustment implements Parcelable {
    public static final int TYPE_CONTENT_RECOMMENDATION = 4;

    /**
     * Data type: String, the classification type of this notification. The OS may display
     * notifications differently depending on the type, and may change the alerting level of the
     * notification.
     * Data type: String, a summarization of the text of the notification, or, if provided for
     * a group summary, a summarization of the text of all of the notificatrions in the group.
     * Send this key with a null value to remove an existing summarization.
     */
    @FlaggedApi(android.app.Flags.FLAG_NM_SUMMARIZATION)
    public static final String KEY_SUMMARIZATION = "key_summarization";