Update the text shown when admin disabled fingerprint as unlock option.
When the admin has disabled fingerprint as unlock option, we let the user know that the admin has disabled that option with a more details link which will trigger the admin support dialog. And made some small fixes apart from this. Change-Id: I01021b952dc6fb29a65d37401a6411a6088d5cef
This commit is contained in:
@@ -110,7 +110,7 @@ public class RedactionInterstitial extends SettingsActivity {
|
||||
|
||||
private void checkNotificationFeaturesAndSetDisabled(RestrictedRadioButton button,
|
||||
int keyguardNotifications) {
|
||||
EnforcedAdmin admin = RestrictedLockUtils.checkIfKeyguardNotificationFeaturesDisabled(
|
||||
EnforcedAdmin admin = RestrictedLockUtils.checkIfKeyguardFeaturesDisabled(
|
||||
getActivity(), keyguardNotifications);
|
||||
button.setDisabledByAdmin(admin);
|
||||
}
|
||||
|
Reference in New Issue
Block a user