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

Commit 774a2c9f authored by mrulhania's avatar mrulhania
Browse files

Add aconfig flags for hiding login screen

This feature hide screen during screen share,
when sensitive content is detected on the screen.

Bug: 322887144
Test: build
Change-Id: I1ed1277c5ef1f366203a9e4f543174c149933b7d
parent dc86f285
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -25,3 +25,20 @@ flag {
    bug: "305193969"
    is_fixed_read_only: true
}

flag {
  name: "sensitive_content_app_protection_api"
  namespace: "permissions"
  description: "This flag controls the new sensitive content protection API,"
    " The API will be used by other ui toolkits (i.e. compose, webview, custom virtual views)."
  bug: "322887144"
}

flag {
  name: "sensitive_content_app_protection"
  namespace: "permissions"
  description: "This flag controls the sensitive content protection when sharing the screen"
  bug: "322887144"
  # Referenced in WM where WM starts before DeviceConfig
  is_fixed_read_only: true
}
 No newline at end of file