Update trampoline toast with external link

In preparation for DP release.

Test: Trigger toast, verify external link.
Bug: 159105552
Bug: 178458932
Change-Id: I3ccff40f23bddd8349af11672a90bdadbf2522cb
This commit is contained in:
Bernardo Rufino
2021-01-26 10:07:47 +00:00
parent 322819916e
commit 87154a6f33

View File

@@ -10496,7 +10496,7 @@ public class NotificationManagerService extends SystemService {
private void toast(String message) {
mUiHandler.post(() ->
Toast.makeText(getUiContext(), message + "\nSee go/s-trampolines.",
Toast.makeText(getUiContext(), message + "\nSee g.co/dev/trampolines.",
Toast.LENGTH_LONG).show());
}
}