Merge changes from topic "presubmit-am-4e3490788a4149ecafa6355f55df347b"
* changes: [automerge] make DevicePolicyResources constructor private 2p:eb861305ef2p:c3d95d20e7[automerge] make DevicePolicyResources constructor private 2p:eb861305efmake DevicePolicyResources constructor private
This commit is contained in:
committed by
Android (Google) Code Review
commit
cee8b605dd
@@ -7807,7 +7807,6 @@ package android.app.admin {
|
||||
}
|
||||
|
||||
public final class DevicePolicyResources {
|
||||
ctor public DevicePolicyResources();
|
||||
}
|
||||
|
||||
public static final class DevicePolicyResources.Drawables {
|
||||
|
||||
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user