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

Commit 8b651bf7 authored by Chad Brubaker's avatar Chad Brubaker
Browse files

Fix ACTION_STORAGE_CHANGED doc

The deprecation note was not quite correct.

Change-Id: I15231881bbf1ee1ee4d342bff74280d7e9807ac0
Fixes: 36493384
Test: builds
parent b261269b
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";