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

Commit ef016222 authored by Anna Bauza's avatar Anna Bauza
Browse files

Abandoned read-write flags for profile caching.

Caching flags need to be read only, initialisation check the flags before they are loaded to OS

Bug: 350417399
Bug: 350421409
Bug: 350417403
Bug: 350419395
Change-Id: I4465a2478bce61a53c01a043ad5dc8eb42c8bd4a
Test: N/A
Flag: EXEMPT removing android.multiuser.cache_profile_ids
Flag: EXEMPT removing android.multiuser.cache_profile_type
Flag: EXEMPT removing android.multiuser.cache_profiles
Flag: EXEMPT removing android.multiuser.cache_profile_parent
parent b02f8680
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"