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

Commit 9991daeb authored by Ioana Alexandru's avatar Ioana Alexandru
Browse files

Add aconfig flag for URI changes.

We currently have a classic flag for this (b/301242692), but we should
migrate it to aconfig.

Bug: 301242692
Bug: 281044385
Test: builds
Flag: ACONFIG com.android.app.visit_risky_uris DEVELOPMENT
Change-Id: Ia66e5b2c2b76e2b2be283c388f6f8f6b8d41d760
parent 769d6612
Loading
Loading
Loading
Loading
+12 −5
Original line number Diff line number Diff line
@@ -29,3 +29,10 @@ flag {
      "Notification Manager Service"
  bug: "299448097"
}

flag {
  name: "visit_risky_uris"
  namespace: "systemui"
  description: "Guards the security fix that ensures all URIs in intents and Person.java are valid"
  bug: "281044385"
}