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

Commit edb79fe7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix ACTION_STORAGE_CHANGED doc"

parents 2152ed92 8b651bf7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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";