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

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

Merge "Abandoned read-write flags for profile caching." into main

parents ccfbecea ef016222
Loading
Loading
Loading
Loading
+0 −40
Original line number Diff line number Diff line
@@ -197,46 +197,6 @@ flag {
  }
}

flag {
    name: "cache_profile_parent"
    namespace: "multiuser"
    description: "Cache getProfileParent to avoid unnecessary binder calls"
    bug: "350417399"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
}

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 {
    name: "fix_disabling_of_mu_toggle_when_restriction_applied"
    namespace: "multiuser"