Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit af288594 authored by Alexandre Roux's avatar Alexandre Roux
Browse files

replacing release key by stable for /e/

parent a7626153
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -320,7 +320,7 @@ public class TrustInterfaceService extends LineageSystemService {

        if (buildTags.contains("test-keys")) {
            return TrustInterface.TRUST_FEATURE_LEVEL_BAD;
        } else if (buildTags.contains("release-keys") || buildTags.contains("dev-keys")) {
        } else if (buildTags.contains("stable-keys") || buildTags.contains("dev-keys")) {
            return TrustInterface.TRUST_FEATURE_LEVEL_GOOD;
        }
        return TrustInterface.ERROR_UNDEFINED;