From 7c6686555b46ce3f0ad82736a4c0624e68524121 Mon Sep 17 00:00:00 2001
From: Silvio Rhatto <rhatto@riseup.net>
Date: Mon, 7 Aug 2017 17:01:42 -0300
Subject: [PATCH] Signature verification for apks

---
 research/smartphone.mdwn | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/research/smartphone.mdwn b/research/smartphone.mdwn
index 010d246..a3ad97a 100644
--- a/research/smartphone.mdwn
+++ b/research/smartphone.mdwn
@@ -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
-- 
GitLab