Fixed
Status Update
Comments
ga...@google.com <ga...@google.com> #3
happens to me on Android P using 1.0.1
ga...@google.com <ga...@google.com> #4
Is there any workaround for this? Can we expect this to be fixed?
wa...@gmail.com <wa...@gmail.com> #5
I am facing the same problem too! Is there any solution to this problem?
ga...@google.com <ga...@google.com> #6
Still seeing this issue on Android 10 Pixel 4.
Description
Affected library:'com.android.tools.build', name: 'apksig', version: '4.1.1'
In class
com.android.apksig.ApkVerifier$Result
is the methodgetV4SchemeSigners()
marked private which makes it impossible to use it.The other methods
getV1SchemeSigners()
,getV2SchemeSigners()
,getV3SchemeSigners()
are all public. Please apply this also forgetV4SchemeSigners()
so that it is possible to retrieve the details of the v4 signature when using apksig library.Source code reference:https://android.googlesource.com/platform/tools/apksig/+/refs/heads/master/src/main/java/com/android/apksig/ApkVerifier.java