1
0
mirror of https://github.com/PrivSec-dev/privsec.dev synced 2025-02-20 18:31:35 -05:00

Grammar Fix

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2022-08-16 07:48:07 -04:00 committed by GitHub
parent 91a14c50c9
commit ec8cfea535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
--- ---
title: "Android Tips" title: "Android Tips"
date: 2022-07-22 date: 2022-07-22
lastmod: 2022-08-15 lastmod: 2022-08-16
tags: ['Operating Systems', 'Android', 'Privacy', 'Security'] tags: ['Operating Systems', 'Android', 'Privacy', 'Security']
author: Tommy author: Tommy
--- ---
@ -127,7 +127,7 @@ You can also obtain your apps directly from their GitHub repositories. In most c
- Install the [Android Studio](https://developer.android.com/studio) which includes apksinger. - Install the [Android Studio](https://developer.android.com/studio) which includes apksinger.
- Run `apksigner verify --print-certs --verbose myCoolApp.apk` to verify the certificate of the apk. - Run `apksigner verify --print-certs --verbose myCoolApp.apk` to verify the certificate of the apk.
After you have verified the signature of the apk and installed it on your phone, there are several strategies you can use to keep the app up-to-date. The first strategy is to add the atom feed of the app's release page (`https://github.com/GrapheneOS/Camera/releases.atom` for example) to an RSS Reader like [ReadYou](https://github.com/GrapheneOS/Camera/releases.atom) to get notified of new releases. You would still need to download and install the new releases manually. If you are confused, here is a video that could help with this process: After you have verified the signature of the apk and installed it on your phone, there are several strategies you can use to keep the app up-to-date. The first strategy is to add the atom feed of the app's release page (`https://github.com/GrapheneOS/Camera/releases.atom` for example) to an RSS Reader like [ReadYou](https://github.com/GrapheneOS/Camera/releases.atom) to get notified of new releases. You will still need to download and install the new releases manually. If you are confused, here is a video that could help with this process:
{{< youtube id="FFz57zNR_M0">}} {{< youtube id="FFz57zNR_M0">}}