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

Commit c98718ed authored by Eric Schmidt's avatar Eric Schmidt Committed by android-build-merger
Browse files

Merge \\\"docs: Added call to build to code snippet\\\" into nyc-dev am: 581815c6 am: 944572de

am: e513dc53

Change-Id: I17c9164efc46bc02e5207aaeb6c1327f5a8547ab
parents 559e3bce e513dc53
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -395,5 +395,6 @@ Notification notification = new Notification.Builder()
                 .addMessage("Hi", timestamp1, null) // Pass in null for user.
                 .addMessage("What's up?", timestamp2, "Coworker")
                 .addMessage("Not much", timestamp3, null)
                 .addMessage("How about lunch?", timestamp4, "Coworker"));
                 .addMessage("How about lunch?", timestamp4, "Coworker"))
             .build();
</pre>