From 348edec2834a1ad1acd077eaa5185b0f84da9e7a Mon Sep 17 00:00:00 2001 From: Julia Reynolds Date: Fri, 26 Feb 2021 15:40:47 -0500 Subject: [PATCH] Update comment Test: make Fixes: 181350653 Change-Id: Id16e8a0d36a4e3664a175f87e323179b648eed04 --- core/java/android/app/Notification.java | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index bc24e9767944d..109687776ae6b 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -1612,7 +1612,8 @@ public class Notification implements Parcelable /** * {@code SemanticAction}: Mark the conversation associated with the notification as a - * priority. Note that this is only for use by the notification assistant services. + * priority. Note that this is only for use by the notification assistant services. The + * type will be ignored for actions an app adds to its own notifications. * @hide */ @SystemApi @@ -1620,7 +1621,8 @@ public class Notification implements Parcelable /** * {@code SemanticAction}: Mark content as a potential phishing attempt. - * Note that this is only for use by the notification assistant services. + * Note that this is only for use by the notification assistant services. The type will + * be ignored for actions an app adds to its own notifications. * @hide */ @SystemApi