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

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

Merge "Enable experimental toast for clipboard access."

parents 2986c13e e423bde5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -836,7 +836,7 @@ public class ClipboardService extends SystemService {
            return;
        }
        if (Settings.Global.getInt(getContext().getContentResolver(),
                "clipboard_access_toast_enabled", 0) == 0) {
                "clipboard_access_toast_enabled", 1) == 0) {
            return;
        }
        // Don't notify if the app accessing the clipboard is the same as the current owner.