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

Commit 2894862a authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Shorten go link in toast message for untrusted touches"

parents a7e2c72b 7ceb029b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2095,7 +2095,7 @@ public class InputManagerService extends IInputManager.Stub
        DisplayThread.getHandler().post(() ->
                Toast.makeText(mContext,
                        "Touch obscured by " + packageName
                                + " will be blocked. Check go/s-untrusted-touches",
                                + " will be blocked. Check go/untrusted-touches",
                        Toast.LENGTH_SHORT).show());
    }