summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bernardo Rufino <brufino@google.com> 2020-01-29 12:35:23 +0000
committer Bernardo Rufino <brufino@google.com> 2020-01-30 11:11:56 +0000
commit3be01e76a09bf525e36b7a00318f86aa4f73c765 (patch)
tree0b0ab96c27e37e0dfd5b7be758a7c223b23ad1b8
parentc847a7ad12eb36ecad53f2e0b78370b02ad6ad54 (diff)
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
-rwxr-xr-xservices/core/java/com/android/server/notification/NotificationManagerService.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/notification/NotificationManagerService.java b/services/core/java/com/android/server/notification/NotificationManagerService.java
index eea59ca26f34..47e975d511be 100755
--- a/services/core/java/com/android/server/notification/NotificationManagerService.java
+++ b/services/core/java/com/android/server/notification/NotificationManagerService.java
@@ -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");