Loading core/java/android/service/notification/Adjustment.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -225,9 +225,9 @@ public final class Adjustment implements Parcelable { public static final int TYPE_CONTENT_RECOMMENDATION = 4; public static final int TYPE_CONTENT_RECOMMENDATION = 4; /** /** * Data type: String, the classification type of this notification. The OS may display * Data type: String, a summarization of the text of the notification, or, if provided for * notifications differently depending on the type, and may change the alerting level of the * a group summary, a summarization of the text of all of the notificatrions in the group. * notification. * Send this key with a null value to remove an existing summarization. */ */ @FlaggedApi(android.app.Flags.FLAG_NM_SUMMARIZATION) @FlaggedApi(android.app.Flags.FLAG_NM_SUMMARIZATION) public static final String KEY_SUMMARIZATION = "key_summarization"; public static final String KEY_SUMMARIZATION = "key_summarization"; Loading Loading
core/java/android/service/notification/Adjustment.java +3 −3 Original line number Original line Diff line number Diff line Loading @@ -225,9 +225,9 @@ public final class Adjustment implements Parcelable { public static final int TYPE_CONTENT_RECOMMENDATION = 4; public static final int TYPE_CONTENT_RECOMMENDATION = 4; /** /** * Data type: String, the classification type of this notification. The OS may display * Data type: String, a summarization of the text of the notification, or, if provided for * notifications differently depending on the type, and may change the alerting level of the * a group summary, a summarization of the text of all of the notificatrions in the group. * notification. * Send this key with a null value to remove an existing summarization. */ */ @FlaggedApi(android.app.Flags.FLAG_NM_SUMMARIZATION) @FlaggedApi(android.app.Flags.FLAG_NM_SUMMARIZATION) public static final String KEY_SUMMARIZATION = "key_summarization"; public static final String KEY_SUMMARIZATION = "key_summarization"; Loading