Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
App Lounge
Commits
de5f4bbf
Commit
de5f4bbf
authored
Aug 30, 2021
by
narinder Rana
Browse files
feedBack: remove unused function verifySystemSignature
parent
7ac0be44
Pipeline
#132654
failed with stage
in 4 minutes and 33 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
app/src/main/java/foundation/e/apps/application/model/IntegrityVerificationTask.kt
View file @
de5f4bbf
...
...
@@ -87,13 +87,6 @@ class IntegrityVerificationTask(
return
false
}
private
fun
verifySystemSignature
(
context
:
Context
):
Boolean
{
if
(!
fullData
.
getLastVersion
()
?.
signature
.
isNullOrEmpty
())
{
return
fullData
.
getLastVersion
()
?.
signature
==
getSystemSignature
(
context
.
packageManager
)
?.
toCharsString
()
}
return
false
}
// get signature from apk and check
private
fun
verifyAPKSignature
(
context
:
Context
):
Boolean
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment