Loading core/java/android/app/admin/DevicePolicyManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1481,8 +1481,8 @@ public class DevicePolicyManager { * Flag for {@link #wipeData(int)}: also erase the factory reset protection * Flag for {@link #wipeData(int)}: also erase the factory reset protection * data. * data. * * * This flag may only be set by device owner admins; if it is set by other * <p>This flag may only be set by device owner admins; if it is set by * admins a {@link SecurityException} will be thrown. * other admins a {@link SecurityException} will be thrown. */ */ public static final int WIPE_RESET_PROTECTION_DATA = 0x0002; public static final int WIPE_RESET_PROTECTION_DATA = 0x0002; Loading Loading
core/java/android/app/admin/DevicePolicyManager.java +2 −2 Original line number Original line Diff line number Diff line Loading @@ -1481,8 +1481,8 @@ public class DevicePolicyManager { * Flag for {@link #wipeData(int)}: also erase the factory reset protection * Flag for {@link #wipeData(int)}: also erase the factory reset protection * data. * data. * * * This flag may only be set by device owner admins; if it is set by other * <p>This flag may only be set by device owner admins; if it is set by * admins a {@link SecurityException} will be thrown. * other admins a {@link SecurityException} will be thrown. */ */ public static final int WIPE_RESET_PROTECTION_DATA = 0x0002; public static final int WIPE_RESET_PROTECTION_DATA = 0x0002; Loading