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

Commit 91f28790 authored by Sudheer Shanka's avatar Sudheer Shanka Committed by Android (Google) Code Review
Browse files

Merge "Update usage of DPM.getLongSupportMessageForUser." into nyc-dev

parents 906927f1 4f0c7d36
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -558,7 +558,7 @@ public class DeviceAdminAdd extends Activity {
                    mActionButton.setText(R.string.remove_device_admin);
                }
            }
            String supportMessage = mDPM.getLongSupportMessageForUser(
            CharSequence supportMessage = mDPM.getLongSupportMessageForUser(
                    mDeviceAdmin.getComponent(), UserHandle.myUserId());
            if (!TextUtils.isEmpty(supportMessage)) {
                mSupportMessage.setText(supportMessage);