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

Commit e162d550 authored by Alexander Roederer's avatar Alexander Roederer
Browse files

Add NMS Lifetime extension flag to android.app

Bug: 299448097
Test: compiles. only adding flag
Change-Id: I404307a17ad0b7d60396d8d088c993cdd658bb70
parent b020ad15
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -22,3 +22,10 @@ flag {
  is_fixed_read_only: true
  is_fixed_read_only: true
}
}


flag {
  name: "lifetime_extension_refactor"
    namespace: "systemui"
    description: "Enables moving notification lifetime extension management from SystemUI to "
        "Notification Manager Service"
    bug: "299448097"
}
 No newline at end of file