Update footer text whenever the ScreenPinningSettings is shown
Bug: 333029993 Test: atest ScreenPinningSettings Test: manual Flag: EXEMPT low risk bug fix Change-Id: Ia14a50fcc81d672732b78c523968a5921cae65b1
This commit is contained in:
@@ -240,9 +240,9 @@ public class ScreenPinningSettings extends SettingsPreferenceFragment
|
||||
mUseScreenLock.setChecked(isScreenLockUsed());
|
||||
mUseScreenLock.setTitle(getCurrentSecurityTitle(mLockPatternUtils));
|
||||
} else {
|
||||
mFooterPreference.setSummary(getAppPinningContent());
|
||||
mUseScreenLock.setEnabled(false);
|
||||
}
|
||||
mFooterPreference.setSummary(getAppPinningContent());
|
||||
}
|
||||
|
||||
private boolean isGuestModeSupported() {
|
||||
|
||||
Reference in New Issue
Block a user