MCPcopy Create free account
hub / github.com/M66B/FairEmail / isSignedByFDroid

Method isSignedByFDroid

app/src/main/java/eu/faircode/email/Helper.java:3338–3342  ·  view source on GitHub ↗
(Context context)

Source from the content-addressed store, hash-verified

3336 }
3337
3338 static boolean isSignedByFDroid(Context context) {
3339 String signed = getFingerprint(context);
3340 String fingerprint = context.getString(R.string.fingerprint_fdroid);
3341 return Objects.equals(signed, fingerprint);
3342 }
3343
3344 static boolean canAuthenticate(Context context) {
3345 try {

Callers 1

getReleaseTypeMethod · 0.95

Calls 3

getFingerprintMethod · 0.95
getStringMethod · 0.45
equalsMethod · 0.45

Tested by

no test coverage detected