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

Commit 116bc80c authored by Achim Thesmann's avatar Achim Thesmann Committed by Android (Google) Code Review
Browse files

Merge "Change Toast Link" into main

parents 46b205a0 145deea5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -783,7 +783,7 @@ public class BackgroundActivityStartController {
        if (balShowToastsBlocked()
                && (state.mResultForCaller.allows() || state.mResultForRealCaller.allows())) {
            // only show a toast if either caller or real caller could launch if they opted in
            showToast("BAL blocked. go/debug-bal");
            showToast("BAL blocked. goo.gle/android-bal");
        }
        return statsLog(BalVerdict.BLOCK, state);
    }