Resolve message/conversation image Uris with the correct user id
Bug: 317503801
Test: atest ExpandableNotificationRowTest
Flag: ACONFIG com.android.systemui.notification_row_user_context DEVELOPMENT
Change-Id: I11c5b39f2d9d8f0788acab43640a6d4abcd5a179
diff --git a/packages/SystemUI/aconfig/systemui.aconfig b/packages/SystemUI/aconfig/systemui.aconfig
index 2ad7192..ba0cc68 100644
--- a/packages/SystemUI/aconfig/systemui.aconfig
+++ b/packages/SystemUI/aconfig/systemui.aconfig
@@ -405,3 +405,14 @@
bug: "282007590"
}
+flag {
+ name: "notification_row_user_context"
+ namespace: "systemui"
+ description: "Create a user-specific Context for the ImageResolver in ExpandableNotificationRow"
+ " (based on the NotificationEntry's user)."
+ bug: "317503801"
+ metadata {
+ purpose: PURPOSE_BUGFIX
+ }
+}
+