Merge "Fix misspelled on the comment" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f7c7e7daf4
@@ -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(":", ""));
|
||||
|
||||
Reference in New Issue
Block a user