Show "work mode off" dialog when work notification setting is clicked
Bug: 28158297 Change-Id: Iea4eaa32f3c4b2e605b6eace82ee4443e387fb4b
This commit is contained in:
@@ -213,7 +213,7 @@ public class ConfigureNotificationSettings extends SettingsPreferenceFragment {
|
||||
Log.i(TAG, "Preference not found: " + KEY_LOCK_SCREEN_PROFILE_NOTIFICATIONS);
|
||||
return;
|
||||
}
|
||||
|
||||
mLockscreenProfile.setUserId(mProfileChallengeUserId);
|
||||
ArrayList<CharSequence> entries = new ArrayList<>();
|
||||
ArrayList<CharSequence> values = new ArrayList<>();
|
||||
entries.add(getString(R.string.lock_screen_notifications_summary_disable_profile));
|
||||
|
Reference in New Issue
Block a user