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

Commit ede4db7e authored by Rubin Xu's avatar Rubin Xu
Browse files

Clarify WIPE_EXTERNAL_STORAGE

Mention that only adopted storage is wiped.

Bug: 325891880
Test: builds
Change-Id: I5c902c04f13e2c8bb85934de2f2e135dbf56b361
parent 642bdb48
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -6545,8 +6545,10 @@ public class DevicePolicyManager {
    }
    /**
     * Flag for {@link #wipeData(int)}: also erase the device's external
     * storage (such as SD cards).
     * Flag for {@link #wipeData(int)}: also erase the device's adopted external storage (such as
     * adopted SD cards).
     * @see <a href="{@docRoot}about/versions/marshmallow/android-6.0.html#adoptable-storage">
     *     Adoptable Storage Devices</a>
     */
    public static final int WIPE_EXTERNAL_STORAGE = 0x0001;