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

Commit 13b0833b authored by Andrew Neampong's avatar Andrew Neampong
Browse files

Add a flag to guard app store filters entry point in supervision settings.

Test: N/A
Bug: 438298503
Flag: android.app.supervision.flags.enable_app_store_filters_screen
Change-Id: I33ff1d252779da44f5b2171add0d504fc3872907
parent 26a0508d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -104,3 +104,11 @@ flag {
  description: "Removes all enforced policies to the user when supervision is disabled."
  bug: "414575617"
}

flag {
    name: "enable_app_store_filters_screen"
    is_exported: false
    namespace: "supervision"
    description: "Flag that enables app store filters screen with Supervision settings entry point"
    bug: "438298503"
}