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

Commit 2152436c authored by Julia Reynolds's avatar Julia Reynolds
Browse files

Update documentation to match cdd

Test: make
Bug: 508055422
Change-Id: I29d7a4afe058de99759623967deee3b955b35e2d
parent 155bb8bc
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7797,6 +7797,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">