Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 721afae8 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Mention target API limits for ACTION_STORAGE_CHANGED

Bug: 28450538
Change-Id: I9c69f9d0bdda5b69aec2dc3014a612d84082dc64
parent ec6f6c86
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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";