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

Commit e5fea6fa authored by Makoto Onuki's avatar Makoto Onuki Committed by Android (Google) Code Review
Browse files

Merge "SUW shouldn't use hidden APIs."

parents efd88c3b a2b274bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5941,6 +5941,7 @@ package android.app.admin {
    method public deprecated android.content.ComponentName getDeviceInitializerComponent();
    method public java.lang.String getDeviceOwner();
    method public java.lang.String getDeviceOwnerLockScreenInfo();
    method public java.lang.String getDeviceOwnerNameOnAnyUser();
    method public java.util.List<byte[]> getInstalledCaCerts(android.content.ComponentName);
    method public int getKeyguardDisabledFeatures(android.content.ComponentName);
    method public java.lang.String getLongSupportMessage(android.content.ComponentName);
+1 −0
Original line number Diff line number Diff line
@@ -3057,6 +3057,7 @@ public class DevicePolicyManager {
     *
     * @hide
     */
    @SystemApi
    public String getDeviceOwnerNameOnAnyUser() {
        if (mService != null) {
            try {