Merge "Catch SecurityException when sending clip change broadcast." am: 4274dee38b am: 99f50fd104
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1972641 Change-Id: I7c9102b3794f57a84fc20ab05481fbcec596a722
This commit is contained in:
@@ -639,7 +639,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.
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user