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

Commit ae575cd7 authored by Chris Poultney's avatar Chris Poultney
Browse files

Add flag for recent wallpaper reliability fix

Bug: 395679036
Flag: android.app.update_recents_from_system
Test: framework compiles
Change-Id: Idc4251fa29e4f8fe9cd3df1a8910441dc59c1e8f
parent 921f2de4
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -49,3 +49,13 @@ flag {
  description: "Enable wallpaper support in connected displays"
  bug: "366461618"
}

flag {
  name: "update_recents_from_system"
  namespace: "systemui"
  description: "Update recent wallpapers list more reliably. Only effective after rebooting."
  bug: "395679036"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}