String changes
- channel summaries - Notification listener name - notifications app page title Change-Id: I0745c06aad44bfa7636ee2b10be9387313093fe3 Fixes: 36529184 Fixes: 38178073 Test: manual
This commit is contained in:
@@ -328,15 +328,15 @@ public class AppNotificationSettings extends NotificationSettingsBase {
|
||||
case NotificationManager.IMPORTANCE_NONE:
|
||||
return getContext().getString(R.string.notification_toggle_off);
|
||||
case NotificationManager.IMPORTANCE_MIN:
|
||||
return getContext().getString(R.string.notification_importance_min_title);
|
||||
return getContext().getString(R.string.notification_channel_summary_min);
|
||||
case NotificationManager.IMPORTANCE_LOW:
|
||||
return getContext().getString(R.string.notification_importance_low_title);
|
||||
return getContext().getString(R.string.notification_channel_summary_low);
|
||||
case NotificationManager.IMPORTANCE_DEFAULT:
|
||||
return getContext().getString(R.string.notification_importance_default_title);
|
||||
return getContext().getString(R.string.notification_channel_summary_default);
|
||||
case NotificationManager.IMPORTANCE_HIGH:
|
||||
case NotificationManager.IMPORTANCE_MAX:
|
||||
default:
|
||||
return getContext().getString(R.string.notification_importance_high_title);
|
||||
return getContext().getString(R.string.notification_channel_summary_high);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user