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

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

Flag removal: CachesNotInvalidatedAtStartReadOnly

Bug: 409611979
Flag: EXEMPT removing android.multiuser.caches_not_invalidated_at_start_read_only
Test: N/A
Change-Id: I793fa63a8354462d11c73101e014cb98f8e2eb82
parent 509d1523
Loading
Loading
Loading
Loading
+0 −11
Original line number Diff line number Diff line
@@ -329,17 +329,6 @@ flag {
  is_fixed_read_only: true
}

flag {
    name: "caches_not_invalidated_at_start_read_only"
    namespace: "multiuser"
    description: "PIC need to be invalidated at start in order to work properly."
    bug: "356167673"
    metadata {
        purpose: PURPOSE_BUGFIX
  }
  is_fixed_read_only: true
}

flag {
    name: "cache_user_info_read_only"
    namespace: "multiuser"
+7 −9
Original line number Diff line number Diff line
@@ -1104,7 +1104,6 @@ public class UserManagerService extends IUserManager.Stub {
     * so that caches can start working.
     */
    private static final void initPropertyInvalidatedCaches() {
        if (android.multiuser.Flags.cachesNotInvalidatedAtStartReadOnly()) {
        UserManager.invalidateIsUserUnlockedCache();
        UserManager.invalidateQuietModeEnabledCache();
        if (android.multiuser.Flags.cacheUserPropertiesCorrectlyReadOnly()) {
@@ -1114,7 +1113,6 @@ public class UserManagerService extends IUserManager.Stub {
        UserManager.invalidateCacheOnUserListChange();
        UserManager.invalidateUserRestriction();
    }
    }

    void systemReady() {
        mAppOpsService = IAppOpsService.Stub.asInterface(