diff options
author | Brian Carlstrom <bdc@google.com> | 2011-05-24 21:54:37 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2011-05-25 10:27:46 -0700 |
commit | ba1a667b1d6c95050f6c88316ac58fe9e0ff878b (patch) | |
tree | c045f3673f7471659f20899f94338da3e45a0d69 /keystore/java/android/security/IKeyChainService.aidl | |
parent | f8355d5489a52dcdd904afb48c0f170886becdae (diff) |
Remove need for onActivityResult from KeyChain API
Change-Id: I97bb9db06978f6dc039d22bfee116671d7b3e336
Diffstat (limited to 'keystore/java/android/security/IKeyChainService.aidl')
-rw-r--r-- | keystore/java/android/security/IKeyChainService.aidl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keystore/java/android/security/IKeyChainService.aidl b/keystore/java/android/security/IKeyChainService.aidl index be59f23fe1b3..2763e46f3bef 100644 --- a/keystore/java/android/security/IKeyChainService.aidl +++ b/keystore/java/android/security/IKeyChainService.aidl @@ -15,8 +15,6 @@ */ package android.security; -import android.os.Bundle; - /** * Caller is required to ensure that {@link KeyStore#unlock * KeyStore.unlock} was successful. |