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

Commit 77ee45f3 authored by Hai Zhang's avatar Hai Zhang
Browse files

Fix missing break when parsing allow-package-shareduid

Not using a flag because the fix can't be more straightforward, trivial
and safe.

Bug: 348301951
Flag: EXEMPT bugfix
Test: presubmit
Change-Id: I7903d300c70514027df783b614fbe816df989654
parent ad1400b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1603,7 +1603,7 @@ public class SystemConfig {
                        } else {
                            mPackageToSharedUidAllowList.put(pkgName, sharedUid);
                        }
                    }
                    } break;
                    case "asl-file": {
                        String packageName = parser.getAttributeValue(null, "package");
                        String path = parser.getAttributeValue(null, "path");