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

Commit c3d95d20 authored by Presubmit Automerger Backend's avatar Presubmit Automerger Backend
Browse files

[automerge] make DevicePolicyResources constructor private 2p: eb861305

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16965647

Change-Id: I1ae533e88346146d49a26f26c235c09df8419f52
parents 24e8759f 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.
     *