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

Commit 80ebd058 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Adds aconfig flag to guard Notification.TvExtender

Bug: 308164892
Test: builds
Change-Id: I1bbfd4ba7151106002ff389c986e8020d74c7315
parent 57f63527
Loading
Loading
Loading
Loading
+10 −1
Original line number Diff line number Diff line
@@ -6,3 +6,12 @@ flag {
  description: "This flag controls new and updated DND apis"
  bug: "300477976"
}

flag {
  name: "api_tvextender"
  namespace: "systemui"
  description: "Guards new android.app.Notification.TvExtender api"
  bug: "308164892"
  is_fixed_read_only: true
}