Skip to content
Snippets Groups Projects
Unverified Commit 7c668655 authored by rhatto's avatar rhatto
Browse files

Signature verification for apks

parent 3fe98e36
Branches
Tags 0.4.0
No related merge requests found
......@@ -212,6 +212,12 @@ Via [Validating the Android 4.2.2 RSA fingerprint](https://shred.zone/cilla/page
## Instalação manual de apps
Checagem de assinatura:
apksigner verify --print-certs app.apk
Instalação:
adb install app.apk
## Movendo arquivos do sdcard para o armazenamento interno
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment