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

Commit fd750e21 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: I2dff2d0b2f235a81fc0aeb7d53b903038b30b14a
parents cb8350f5 eb861305
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7807,7 +7807,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.
     *