Merge changes from topic "presubmit-am-4e3490788a4149ecafa6355f55df347b" into tm-mainline-prod
* changes:
[automerge] make DevicePolicyResources constructor private 2p: eb861305ef
make DevicePolicyResources constructor private
This commit is contained in:
committed by
Android (Google) Code Review
commit
b3a07d47c0
@@ -7800,7 +7800,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