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

Commit 10b2034b authored by Xiaomiao Zhang's avatar Xiaomiao Zhang
Browse files

Add a flag to guard web content filters entry point in supervision settings.

Test: N/A
Bug: 395134536
Flag: android.app.supervision.flags.enable_web_content_filters_screen

Change-Id: I6dc1c41561a09f43e9ea175900a4c58104a459c3
parent 1901a217
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -72,3 +72,11 @@ flag {
  description: "Flag that enables system APIs in Supervision Manager"
  bug: "382034839"
}

flag {
  name: "enable_web_content_filters_screen"
  is_exported: true
  namespace: "supervision"
  description: "Flag that enables the web content filters screen with Supervision settings entry point"
  bug: "395134536"
}