Skip to content
Snippets Groups Projects
Commit 92e7cc4c authored by Eric Biggers's avatar Eric Biggers Committed by Gerrit Code Review
Browse files

Merge "Remove android.security.KeyStore#getInstance()" into main

parents 1fc9f221 db74218a
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,6 @@
package android.security;
import android.compat.annotation.UnsupportedAppUsage;
/**
* This class provides some constants and helper methods related to Android's Keystore service.
* This class was originally much larger, but its functionality was superseded by other classes.
......@@ -30,11 +28,4 @@ public class KeyStore {
// Used for UID field to indicate the calling UID.
public static final int UID_SELF = -1;
private static final KeyStore KEY_STORE = new KeyStore();
@UnsupportedAppUsage
public static KeyStore getInstance() {
return KEY_STORE;
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment