Last active
May 9, 2019 12:36
-
-
Save christianb/7704765d339c0083e1b4164949f410dd to your computer and use it in GitHub Desktop.
Usefull Android commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# shows the apk's certificate | |
keytool -list -printcert -jarfile <apk> | |
# shows the keystore details | |
keytool -list -v -keystore release.jks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment