I would like to know how to verify an apk signature (and installer) from a shell command prompt. Thanks
Asked
Active
Viewed 1,997 times
0
-
Possible duplicate of [How do I verify that an Android apk is signed with a release certificate?](http://stackoverflow.com/questions/7104624/how-do-i-verify-that-an-android-apk-is-signed-with-a-release-certificate) – Ruslan Osmanov Nov 28 '16 at 12:21
1 Answers
0
Based on the Android documentation, to verify your apk from the shell apksigner verify my-app.apk

Dimitri
- 8,122
- 19
- 71
- 128