summaryrefslogtreecommitdiff
path: root/core/java/android
diff options
context:
space:
mode:
authorJulia Reynolds <juliacr@google.com>2020-07-22 14:40:17 -0400
committerJulia Reynolds <juliacr@google.com>2020-07-23 13:04:05 -0400
commit100ea3d3f00806ae12fd4e42e11bba4a1815923f (patch)
treea36de7f43e7f558d1e246595f557580947539172 /core/java/android
parent45171e65be0dbe7ed95054f0564939de48800575 (diff)
Remove gendered language
Test: atest Bug: 161908447 Change-Id: Ie331cf630b94e600326e77dfa81d01fb3f8627f6
Diffstat (limited to 'core/java/android')
-rw-r--r--core/java/android/app/NotificationManager.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/java/android/app/NotificationManager.java b/core/java/android/app/NotificationManager.java
index 925586feaf1d..7bcd6e1cced7 100644
--- a/core/java/android/app/NotificationManager.java
+++ b/core/java/android/app/NotificationManager.java
@@ -679,8 +679,8 @@ public class NotificationManager {
*
* <p>The name and description should only be changed if the locale changes
* or in response to the user renaming this channel. For example, if a user has a channel
- * named 'John Doe' that represents messages from a 'John Doe', and 'John Doe' changes his name
- * to 'John Smith,' the channel can be renamed to match.
+ * named 'Messages' and the user changes their locale, this channel's name should be updated
+ * with the translation of 'Messages' in the new locale.
*
* <p>The importance of an existing channel will only be changed if the new importance is lower
* than the current value and the user has not altered any settings on this channel.