Loading core/java/android/app/Notification.java +8 −0 Original line number Diff line number Diff line Loading @@ -7830,6 +7830,14 @@ public class Notification implements Parcelable * {@link #setGroupConversation(boolean)}. * * <p> * From Android {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, messaging style * notifications that are associated with a valid conversation shortcut * (via {@link Notification.Builder#setShortcutId(String)}) are displayed in a dedicated * conversation section in the shade above non-conversation alerting and silence notifications. * To be a valid conversation shortcut, the shortcut must be a * {@link ShortcutInfo#setLongLived()} dynamic or cached sharing shortcut. * * <p> * This class is a "rebuilder": It attaches to a Builder object and modifies its behavior. * Here's an example of how this may be used: * <pre class="prettyprint"> Loading Loading
core/java/android/app/Notification.java +8 −0 Original line number Diff line number Diff line Loading @@ -7830,6 +7830,14 @@ public class Notification implements Parcelable * {@link #setGroupConversation(boolean)}. * * <p> * From Android {@link android.os.Build.VERSION_CODES#UPSIDE_DOWN_CAKE}, messaging style * notifications that are associated with a valid conversation shortcut * (via {@link Notification.Builder#setShortcutId(String)}) are displayed in a dedicated * conversation section in the shade above non-conversation alerting and silence notifications. * To be a valid conversation shortcut, the shortcut must be a * {@link ShortcutInfo#setLongLived()} dynamic or cached sharing shortcut. * * <p> * This class is a "rebuilder": It attaches to a Builder object and modifies its behavior. * Here's an example of how this may be used: * <pre class="prettyprint"> Loading