Loading core/java/android/util/apk/ApkSignatureSchemeV2Verifier.java +3 −3 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ public class ApkSignatureSchemeV2Verifier { * associated with each signer. * * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2. * @throws SecurityException if a APK Signature Scheme v2 signature of this APK does not verify. * @throws SecurityException if an APK Signature Scheme v2 signature of this APK does * not verify. * @throws IOException if an I/O error occurs while reading the APK file. */ public static X509Certificate[][] verify(String apkFile) Loading Loading @@ -386,7 +387,6 @@ public class ApkSignatureSchemeV2Verifier { break; } } return; } static byte[] getVerityRootHash(String apkPath) Loading services/core/java/com/android/server/pm/PackageManagerShellCommand.java +1 −1 Original line number Diff line number Diff line Loading @@ -3630,7 +3630,7 @@ class PackageManagerShellCommand extends ShellCommand { fd = ParcelFileDescriptor.dup(getInFileDescriptor()); } if (sizeBytes <= 0) { getErrPrintWriter().println("Error: must specify a APK size"); getErrPrintWriter().println("Error: must specify an APK size"); return 1; } Loading Loading
core/java/android/util/apk/ApkSignatureSchemeV2Verifier.java +3 −3 Original line number Diff line number Diff line Loading @@ -93,7 +93,8 @@ public class ApkSignatureSchemeV2Verifier { * associated with each signer. * * @throws SignatureNotFoundException if the APK is not signed using APK Signature Scheme v2. * @throws SecurityException if a APK Signature Scheme v2 signature of this APK does not verify. * @throws SecurityException if an APK Signature Scheme v2 signature of this APK does * not verify. * @throws IOException if an I/O error occurs while reading the APK file. */ public static X509Certificate[][] verify(String apkFile) Loading Loading @@ -386,7 +387,6 @@ public class ApkSignatureSchemeV2Verifier { break; } } return; } static byte[] getVerityRootHash(String apkPath) Loading
services/core/java/com/android/server/pm/PackageManagerShellCommand.java +1 −1 Original line number Diff line number Diff line Loading @@ -3630,7 +3630,7 @@ class PackageManagerShellCommand extends ShellCommand { fd = ParcelFileDescriptor.dup(getInFileDescriptor()); } if (sizeBytes <= 0) { getErrPrintWriter().println("Error: must specify a APK size"); getErrPrintWriter().println("Error: must specify an APK size"); return 1; } Loading