Fix ACTION_STORAGE_CHANGED doc

The deprecation note was not quite correct.

Change-Id: I15231881bbf1ee1ee4d342bff74280d7e9807ac0
Fixes: 36493384
Test: builds
This commit is contained in:
Chad Brubaker
2017-03-23 09:26:09 -07:00
parent b261269bcf
commit 8b651bf7d5

View File

@@ -196,7 +196,8 @@ public final class KeyChain {
*
* @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.
* {@link Build.VERSION_CODES#N_MR1} will only receive this broadcast if they register for it
* at runtime.
*/
public static final String ACTION_STORAGE_CHANGED = "android.security.STORAGE_CHANGED";