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

Commit dff4fd55 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Clean up logging" into sc-dev am: 6074ebc1

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

Change-Id: Ie47a25316dee9b2a9bbab72e761dae693bfa71ad
parents c093be07 6074ebc1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -8469,7 +8469,9 @@ public class NotificationManagerService extends SystemService {
            for (int i = 0; i < newUris.size(); i++) {
                final Uri uri = newUris.valueAt(i);
                if (oldUris == null || !oldUris.contains(uri)) {
                    if (DBG) {
                        Slog.d(TAG, key + ": granting " + uri);
                    }
                    grantUriPermission(permissionOwner, uri, newRecord.getUid(), targetPkg,
                            targetUserId);
                }