Merge "Update usage of DPM.getLongSupportMessageForUser." into nyc-dev
am: 91f2879
* commit '91f287908b78c328e8a45f2b7bcf8f395680d59f':
Update usage of DPM.getLongSupportMessageForUser.
Change-Id: I1747700ccd82840892574b500f253ceab3e690f2
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user