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

Commit 6af002b7 authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am b32a74c7: am ee1cdd0e: merge from open-source master

parents 09603c03 b32a74c7
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -537,6 +537,9 @@ public final class ContentService extends IContentService.Stub {

            // Look to see if the proper child already exists
            String segment = getUriSegment(uri, index);
            if (segment == null) {
                throw new IllegalArgumentException("Invalid Uri (" + uri + ") used for observer");
            }
            int N = mChildren.size();
            for (int i = 0; i < N; i++) {
                ObserverNode node = mChildren.get(i);