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

Commit cf3e5b30 authored by Anna Bauza's avatar Anna Bauza Committed by Android (Google) Code Review
Browse files

Merge "Add flags for caching Profiles data" into main

parents 562064be 2d8b1249
Loading
Loading
Loading
Loading
+30 −0
Original line number Original line Diff line number Diff line
@@ -207,6 +207,36 @@ flag {
  }
  }
}
}


flag {
    name: "cache_profile_ids"
    namespace: "multiuser"
    description: "Cache getProfileIds to avoid unnecessary binder calls"
    bug: "350421409"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_profile_type"
    namespace: "multiuser"
    description: "Cache getProfileType to avoid unnecessary binder calls"
    bug: "350417403"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
    name: "cache_profiles"
    namespace: "multiuser"
    description: "Cache getProfiles to avoid unnecessary binder calls"
    bug: "350419395"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

flag {
flag {
    name: "fix_disabling_of_mu_toggle_when_restriction_applied"
    name: "fix_disabling_of_mu_toggle_when_restriction_applied"
    namespace: "multiuser"
    namespace: "multiuser"