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

Commit 7d1086c3 authored by Rubin Xu's avatar Rubin Xu Committed by Android (Google) Code Review
Browse files

Merge "Clarify WIPE_EXTERNAL_STORAGE" into main

parents c3b1804d ede4db7e
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;