Fix misspelled on the comment
Changed ADK to APK due to misspelling Fix: 193275871 Test: manual test Change-Id: I1c1b3d6f186e0b18c0e5937d964ed892f86e68fb
This commit is contained in:
@@ -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(":", ""));
|
||||
|
||||
Reference in New Issue
Block a user