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

Commit 3f1052ed authored by Richard MacGregor's avatar Richard MacGregor Committed by Android (Google) Code Review
Browse files

Merge changes I378b7c38,I6c3f945e into main

* changes:
  Flag for sensitivecontent recents bugfixes
  Add flag for sensitive content metrics bugfixes
parents 7cc283ab b386963e
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
@@ -124,6 +124,30 @@ flag {
  is_fixed_read_only: true
}

flag {
  name: "sensitive_content_metrics_bugfix"
  namespace: "permissions"
  description: "Enables metrics bugfixes for sensitive content/notification features"
  bug: "312784351"
  # Referenced in WM where WM starts before DeviceConfig
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "sensitive_content_recents_screenshot_bugfix"
  namespace: "permissions"
  description: "Enables recents screenshot bugfixes for sensitive content/notification features"
  bug: "312784351"
  # Referenced in WM where WM starts before DeviceConfig
  is_fixed_read_only: true
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "device_aware_permissions_enabled"
    is_fixed_read_only: true