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

Commit 974d816a authored by Shai Barack's avatar Shai Barack
Browse files

Intern namespace strings in aconfig.

Bug: 368824693
Change-Id: I4d751abb1733d29520cd87e8b29aa3c15c65af0c
Flag: EXEMPT bugfix
Tested: presubmit
parent 49cce06b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -517,6 +517,7 @@ final class SettingsState {
        }

        String namespace = name.substring(0, slashIdx);
        namespace = namespace.intern();  // Many configs have the same namespace.
        String fullFlagName = name.substring(slashIdx + 1);
        boolean isLocal = false;