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

Commit c2ec66c3 authored by Ganesh Olekar's avatar Ganesh Olekar Committed by Automerger Merge Worker
Browse files

Merge "Enable clipboard auto clear by default" into tm-dev am: 45a07122 am: 0eb5390f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16944733

Change-Id: Ia70d7aa501a09ac543307ec26ad58841b57ac88d
parents 27b82ef6 0eb5390f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -389,7 +389,7 @@ public class ClipboardService extends SystemService {
            final long oldIdentity = Binder.clearCallingIdentity();
            try {
                if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_CLIPBOARD,
                        PROPERTY_AUTO_CLEAR_ENABLED, false)) {
                        PROPERTY_AUTO_CLEAR_ENABLED, true)) {
                    mClipboardClearHandler.removeEqualMessages(ClipboardClearHandler.MSG_CLEAR,
                            userId);
                    Message clearMessage = Message.obtain(mClipboardClearHandler,