diff options
author | Alex Klyubin <klyubin@google.com> | 2015-05-13 15:57:09 -0700 |
---|---|---|
committer | Alex Klyubin <klyubin@google.com> | 2015-05-13 16:17:40 -0700 |
commit | dcdaf87ed0aa99073638bcfe645949f130f0c7ad (patch) | |
tree | a377474c30c5da15f447653dacbe12e25699bf0b /preloaded-classes | |
parent | 4ee67bc7a7bb84da1c92dc08427f9737ff8252d6 (diff) | |
download | frameworks_base-dcdaf87ed0aa99073638bcfe645949f130f0c7ad.zip frameworks_base-dcdaf87ed0aa99073638bcfe645949f130f0c7ad.tar.gz frameworks_base-dcdaf87ed0aa99073638bcfe645949f130f0c7ad.tar.bz2 |
Move Android Keystore impl to android.security.keystore.
This moves the non-public API classes backing Android Keystore from
android.security to android.security.keystore, a package specially
created for Android Keystore.
Bug: 18088752
Change-Id: Ibf04d6a26c54d310b0501fc5e34f37b1176324ad
Diffstat (limited to 'preloaded-classes')
-rw-r--r-- | preloaded-classes | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/preloaded-classes b/preloaded-classes index d2ed762..41a8857 100644 --- a/preloaded-classes +++ b/preloaded-classes @@ -1152,8 +1152,8 @@ android.provider.Settings$SettingNotFoundException android.provider.Settings$System android.provider.Telephony$Mms android.renderscript.RenderScript -android.security.AndroidKeyStoreBCWorkaroundProvider -android.security.AndroidKeyStoreProvider +android.security.keystore.AndroidKeyStoreBCWorkaroundProvider +android.security.keystore.AndroidKeyStoreProvider android.speech.tts.TextToSpeechService android.speech.tts.TextToSpeechService$SpeechItemV1 android.speech.tts.TextToSpeechService$SynthesisSpeechItemV1 |