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

Commit 3be01e76 authored by Bernardo Rufino's avatar Bernardo Rufino
Browse files

Change go/ link to public link

It's time.

Bug: 144754526
Bug: 148514466
Test: Post a bg custom toast and verify link
Change-Id: Id39288b42ea6ecec983d5881861ea792a26079f0
parent c847a7ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2696,7 +2696,7 @@ public class NotificationManagerService extends SystemService {
                    // TODO(b/144152069): Remove informative toast
                    mUiHandler.post(() -> Toast.makeText(getContext(),
                            "Background custom toast blocked for package " + pkg + ".\n"
                                    + "See go/r-toast-block.",
                                    + "See g.co/dev/toast.",
                            Toast.LENGTH_SHORT).show());
                    Slog.w(TAG, "Blocking custom toast from package " + pkg
                            + " due to package not in the foreground");