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

Commit f7c7e7da authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix misspelled on the comment" into sc-dev

parents f3c6f975 535b6dcf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -865,7 +865,7 @@ public class CompanionDeviceManagerService extends SystemService implements Bind
        Set<String> sameOemPackageCerts = new HashSet<>();

        // Assume OEM may enter same package name in the parallel string array with
        // multiple ADK certs corresponding to it
        // multiple APK certs corresponding to it
        for (int i = 0; i < oemPackages.length; i++) {
            if (oemPackages[i].equals(packageName)) {
                sameOemPackageCerts.add(sameOemCerts[i].replaceAll(":", ""));