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

Commit c372dcb3 authored by Ahaan Ugale's avatar Ahaan Ugale
Browse files

Add a secondary flag for SensitiveContentProtection

This will be used for non-core work like the Toast, to avoid risking the
core features.

Bug: 323580163
Test: builds
Change-Id: I216308ca9332e5f9f5b8a0ed5d6523cbff008104
parent f1a430d2
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -115,6 +115,15 @@ flag {
  is_fixed_read_only: true
}

flag {
  name: "sensitive_content_improvements"
  namespace: "permissions"
  description: "Improvements to sensitive content/notification features, such as the Toast UX."
  bug: "301960090"
  # Referenced in WM where WM starts before DeviceConfig
  is_fixed_read_only: true
}

flag {
    name: "device_aware_permissions_enabled"
    is_fixed_read_only: true