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

Commit 535b6dcf authored by Evan Chen's avatar Evan Chen
Browse files

Fix misspelled on the comment

Changed ADK to APK due to misspelling

Fix: 193275871
Test: manual test
Change-Id: I1c1b3d6f186e0b18c0e5937d964ed892f86e68fb
parent 99503ca1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -864,7 +864,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(":", ""));