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

Commit f2bf1e75 authored by Matías Hernández's avatar Matías Hernández
Browse files

Correct the bug id of the flag `preferences_throws_on_invalid_uid`.

Bug: 430250142
Test: N/A
Flag: EXEMPT Fixing flag
Change-Id: I44a14279f61f40cb42888cb6363fe2b2d6d6de26
parent c6366208
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -232,7 +232,7 @@ flag {
  name: "preferences_throws_on_invalid_uid"
  name: "preferences_throws_on_invalid_uid"
  namespace: "systemui"
  namespace: "systemui"
  description: "Throw IAE when calling getOrCreatePackagePreferences() with INVALID_UID."
  description: "Throw IAE when calling getOrCreatePackagePreferences() with INVALID_UID."
  bug: "390441924"
  bug: "430250142"
  metadata {
  metadata {
    purpose: PURPOSE_BUGFIX
    purpose: PURPOSE_BUGFIX
  }
  }