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

Commit 75ac29b6 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "make DevicePolicyResources constructor private" into tm-dev

parents f1da716a eb861305
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7800,7 +7800,6 @@ package android.app.admin {
  }
  public final class DevicePolicyResources {
    ctor public DevicePolicyResources();
  }
  public static final class DevicePolicyResources.Drawables {
+2 −0
Original line number Diff line number Diff line
@@ -317,6 +317,8 @@ import java.util.Set;
 */
public final class DevicePolicyResources {

    private DevicePolicyResources() {}

    /**
     * Resource identifiers used to update device management-related system drawable resources.
     *