Correct the bug id of the flag `preferences_throws_on_invalid_uid`.

Bug: 430250142
Test: N/A
Flag: EXEMPT Fixing flag
Change-Id: I44a14279f61f40cb42888cb6363fe2b2d6d6de26
diff --git a/services/core/java/com/android/server/notification/flags.aconfig b/services/core/java/com/android/server/notification/flags.aconfig
index c6df131..b292979 100644
--- a/services/core/java/com/android/server/notification/flags.aconfig
+++ b/services/core/java/com/android/server/notification/flags.aconfig
@@ -232,7 +232,7 @@
   name: "preferences_throws_on_invalid_uid"
   namespace: "systemui"
   description: "Throw IAE when calling getOrCreatePackagePreferences() with INVALID_UID."
-  bug: "390441924"
+  bug: "430250142"
   metadata {
     purpose: PURPOSE_BUGFIX
   }