Fix incorrect @link in ACTION_STORAGE_CHANGED comment

Change-Id: Ibfca8651a55e32e9caed96b04e5a40dc6ebc3019
This commit is contained in:
Chad Brubaker
2016-07-25 14:54:39 -07:00
parent 23f440d30f
commit dbf01c12d0

View File

@@ -192,7 +192,7 @@ public final class KeyChain {
* <li>when permission to access a private key is changed.
* </ul>
*
* @deprecated Use {@link #ACTION_KEYCHAIN_CHANGED}, {@link #ACTION_STORAGE_CHANGED} or
* @deprecated Use {@link #ACTION_KEYCHAIN_CHANGED}, {@link #ACTION_TRUST_STORE_CHANGED} or
* {@link #ACTION_KEY_ACCESS_CHANGED}. Apps that target a version higher than
* {@link Build.VERSION_CODES#N_MR1} will not receive this broadcast.
*/