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

Commit 8ffeeb86 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Catch SecurityException when sending clip change broadcast." am:...

Merge "Catch SecurityException when sending clip change broadcast." am: 4274dee3 am: 99f50fd1 am: ff9a81be am: a4ed7357

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

Change-Id: Ia1b89c17f6d1ccc1056db1c7d870eee619987874
parents eafc7435 a4ed7357
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -722,7 +722,7 @@ public class ClipboardService extends SystemService {
                        clipboard.primaryClipListeners.getBroadcastItem(i)
                                .dispatchPrimaryClipChanged();
                    }
                } catch (RemoteException e) {
                } catch (RemoteException | SecurityException e) {
                    // The RemoteCallbackList will take care of removing
                    // the dead object for us.
                }