Mention target API limits for ACTION_STORAGE_CHANGED
Bug: 28450538 Change-Id: I9c69f9d0bdda5b69aec2dc3014a612d84082dc64
This commit is contained in:
@@ -25,6 +25,7 @@ import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.content.ServiceConnection;
|
||||
import android.net.Uri;
|
||||
import android.os.Build;
|
||||
import android.os.IBinder;
|
||||
import android.os.Looper;
|
||||
import android.os.Process;
|
||||
@@ -192,7 +193,8 @@ public final class KeyChain {
|
||||
* </ul>
|
||||
*
|
||||
* @deprecated Use {@link #ACTION_KEYCHAIN_CHANGED}, {@link #ACTION_STORAGE_CHANGED} or
|
||||
* {@link #ACTION_KEY_ACCESS_CHANGED}.
|
||||
* {@link #ACTION_KEY_ACCESS_CHANGED}. Apps that target a version higher than
|
||||
* {@link Build.VERSION_CODES#N_MR1} will not receive this broadcast.
|
||||
*/
|
||||
public static final String ACTION_STORAGE_CHANGED = "android.security.STORAGE_CHANGED";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user