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

Commit a70f2f5f authored by Tim Yu's avatar Tim Yu Committed by Android (Google) Code Review
Browse files

Merge "[RESTRICT AUTOMERGE] Check permission of URI inside of SaveUI's templateUpdates" into main

parents 95250250 ed132ae5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -443,7 +443,8 @@ final class SaveUi {
                    }
                    final BatchUpdates batchUpdates = pair.second;
                    // First apply the updates...
                    final RemoteViews templateUpdates = batchUpdates.getUpdates();
                    final RemoteViews templateUpdates =
                            Helper.sanitizeRemoteView(batchUpdates.getUpdates());
                    if (templateUpdates != null) {
                        if (sDebug) Slog.d(TAG, "Applying template updates for batch update #" + i);
                        templateUpdates.reapply(context, customSubtitleView);