Improve signature check #611

Closed
Isira-Seneviratne wants to merge 1 commits from Isira-Seneviratne/Improve_signature_check into devel
Isira-Seneviratne commented 2 years ago (Migrated from github.com)

Simplify the app signature check using PackageInfoCompat.hasSignatures().

Simplify the app signature check using [`PackageInfoCompat.hasSignatures()`](https://developer.android.com/reference/androidx/core/content/pm/PackageInfoCompat#hasSignatures(android.content.pm.PackageManager,java.lang.String,java.util.Map%3Cbyte[],java.lang.Integer%3E,boolean)).
Koitharu (Migrated from github.com) reviewed 2 years ago
Isira-Seneviratne (Migrated from github.com) reviewed 2 years ago
Koitharu (Migrated from github.com) reviewed 2 years ago
Isira-Seneviratne (Migrated from github.com) reviewed 2 years ago
Koitharu (Migrated from github.com) approved these changes 2 years ago
Koitharu commented 2 years ago (Migrated from github.com)

This one needs some testing, I'll merge it after the upcoming release

This one needs some testing, I'll merge it after the upcoming release
Koitharu closed this pull request 8 months ago

Reviewers

Please reopen this pull request to perform a merge.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b Isira-Seneviratne/Improve_signature_check devel
git pull origin Isira-Seneviratne/Improve_signature_check

Step 2:

Merge the changes and update on Gitea.
git checkout devel
git merge --no-ff Isira-Seneviratne/Improve_signature_check
git push origin devel
Sign in to join this conversation.
Loading…
There is no content yet.