加个输出
This commit is contained in:
parent
8a402f0538
commit
f430eebb58
@ -86,6 +86,7 @@ class BaseIntegrity {
|
||||
Signature[] signatures = packageInfo.signatures;
|
||||
Signature sign = signatures[0];
|
||||
byte[] signByte = sign.toByteArray();
|
||||
System.err.println("sing hash: "+ getHash(signByte));
|
||||
nowHashList.put("apk", getHash(signByte));
|
||||
} catch (PackageManager.NameNotFoundException | IOException | NoSuchAlgorithmException e) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user