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

Commit 3968e3e0 authored by josephpv's avatar josephpv
Browse files

Add new flag for private space tablet specifc bugs

Introduces a new flag to enable fixes for issues related to private
space settings on devices with large screens.

Bug: 342563741
Test: Build
Flag: android.multiuser.fix_large_display_private_space_settings
Change-Id: I47ac0e47d9038350a257e21560368d284ee82f00
parent 79302274
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -327,3 +327,13 @@ flag {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "fix_large_display_private_space_settings"
  namespace: "profile_experiences"
  description: "Fix tablet and foldable specific bugs for private space"
  bug: "342563741"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}