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

Commit 20d6a0af authored by Darrell Shi's avatar Darrell Shi
Browse files

Add a flag for hosting communal widgets in secondary user

Bug: 373874416
Test: add flag only
Flag: com.android.systemui.secondary_user_widget_host
Change-Id: I051c44745c47439c3b13d79878be87116528d23e
parent 2ab2eebf
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -1497,3 +1497,13 @@ flag {
       purpose: PURPOSE_BUGFIX
   }
}

flag {
  name: "secondary_user_widget_host"
  namespace: "systemui"
  description: "Host communal widgets in the current secondary user on HSUM."
  bug: "373874416"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}