Loading core/java/android/app/admin/DeviceAdminInfo.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -109,7 +109,6 @@ public final class DeviceAdminInfo implements Parcelable { * * * <p>To control this policy, the device admin must have a "set-global-proxy" * <p>To control this policy, the device admin must have a "set-global-proxy" * tag in the "uses-policies" section of its meta-data. * tag in the "uses-policies" section of its meta-data. * @hide */ */ public static final int USES_POLICY_SETS_GLOBAL_PROXY = 5; public static final int USES_POLICY_SETS_GLOBAL_PROXY = 5; Loading Loading
core/java/android/app/admin/DeviceAdminInfo.java +0 −1 Original line number Original line Diff line number Diff line Loading @@ -109,7 +109,6 @@ public final class DeviceAdminInfo implements Parcelable { * * * <p>To control this policy, the device admin must have a "set-global-proxy" * <p>To control this policy, the device admin must have a "set-global-proxy" * tag in the "uses-policies" section of its meta-data. * tag in the "uses-policies" section of its meta-data. * @hide */ */ public static final int USES_POLICY_SETS_GLOBAL_PROXY = 5; public static final int USES_POLICY_SETS_GLOBAL_PROXY = 5; Loading