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

Commit bc31eba9 authored by Devarshi Bhatt's avatar Devarshi Bhatt
Browse files

Add aconfig flag for wallpaper change receiver registration in bg.

This flag will be used to decide whether broadcast receiver registration
will happen on main thread or bg executor.

Test: manual flash and wallpaper change
Bug: 327315860
Flag: com.android.systemui.register_wallpaper_notifier_background
Change-Id: I149447a2df750740bd8f78777f4f51503f0a6019
parent b8d1fb89
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -975,3 +975,13 @@ flag {
  description: "Shows a vertical bar at the right edge to indicate the user can swipe to open the glanceable hub"
  bug: "339667383"
}

flag {
   name: "register_wallpaper_notifier_background"
   namespace: "systemui"
   description: "Decide whether to register wallpaper change broadcast receiver on background executor."
   bug: "327315860"
   metadata {
     purpose: PURPOSE_BUGFIX
   }
}