Update string for work profile face unlock
Fixes: 134053456 Test: With work profile and fully managed device, strings are correct Change-Id: I358b94acfa0626083fdc422b6333765dcc2bc158
This commit is contained in:
@@ -119,6 +119,11 @@ public class FaceSettings extends DashboardFragment {
|
||||
mUserId = getActivity().getIntent().getIntExtra(
|
||||
Intent.EXTRA_USER_ID, UserHandle.myUserId());
|
||||
|
||||
if (mUserManager.getUserInfo(mUserId).isManagedProfile()) {
|
||||
getActivity().setTitle(getActivity().getResources().getString(
|
||||
R.string.security_settings_face_profile_preference_title));
|
||||
}
|
||||
|
||||
Preference keyguardPref = findPreference(FaceSettingsKeyguardPreferenceController.KEY);
|
||||
Preference appPref = findPreference(FaceSettingsAppPreferenceController.KEY);
|
||||
Preference attentionPref = findPreference(FaceSettingsAttentionPreferenceController.KEY);
|
||||
|
Reference in New Issue
Block a user