diff options
| author | Eran Messeri <eranm@google.com> | 2018-01-16 16:33:22 +0000 |
|---|---|---|
| committer | Eran Messeri <eranm@google.com> | 2018-01-16 16:33:22 +0000 |
| commit | eab62566ef5caff37098f034db46b39f0e06317a (patch) | |
| tree | 428368182f2359cfa84afc774f5624de8cdad141 /core/java | |
| parent | 2bb444136a10731f73fe7e7052a0fcbec0472262 (diff) | |
KeyStore: Remove duplicate method
Remove the duplicate() method from KeyStore.
It is backed by dead code in the Keystore service, which (as far as I
can tell) is not doing the right thing.
Previous conversations with Keystore team members suggested this API
should not be used and it is marked for removal in the Keystore service.
Bug: 72037261
Test: That it compiles.
Change-Id: I7f8af95473c876340cbd5c73dd88c5d0282897b3
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/security/IKeystoreService.aidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/java/android/security/IKeystoreService.aidl b/core/java/android/security/IKeystoreService.aidl index 57477f580a42..b5496e4a54dc 100644 --- a/core/java/android/security/IKeystoreService.aidl +++ b/core/java/android/security/IKeystoreService.aidl @@ -51,7 +51,6 @@ interface IKeystoreService { String grant(String name, int granteeUid); int ungrant(String name, int granteeUid); long getmtime(String name, int uid); - int duplicate(String srcKey, int srcUid, String destKey, int destUid); int is_hardware_backed(String string); int clear_uid(long uid); |
