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

Commit e12f23dc authored by dcashman's avatar dcashman Committed by Android (Google) Code Review
Browse files

Merge "Remove static modifier from KeySetManagerService issuedIds." into mnc-dev

parents 5d3249d6 79d37cbc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -58,9 +58,9 @@ public class KeySetManagerService {

    private final ArrayMap<String, PackageSetting> mPackages;

    private static long lastIssuedKeySetId = 0;
    private long lastIssuedKeySetId = 0;

    private static long lastIssuedKeyId = 0;
    private long lastIssuedKeyId = 0;

    class PublicKeyHandle {
        private final PublicKey mKey;