1
0
Fork 0
This commit is contained in:
Wonderfall 2022-02-25 03:13:31 +01:00
parent d23572394e
commit 619d792cf7
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ If downloading APKs from GitHub, you can use `apksigner` to validate the authent
apksigner verify --print-certs --verbose myCoolApp.apk apksigner verify --print-certs --verbose myCoolApp.apk
``` ```
Also, as written above: the OS pins the app signature for all profiles upon installation, and enforces it for app updates. Also, as written above: the OS pins the app signature for all profiles upon installation, and enforces it for app updates. In practice, this means the source doesn't matter as much after the initial installation.
> Should I really care? > Should I really care?