From 9a6205d3f391a3ee680c31369e3af82cb0781b67 Mon Sep 17 00:00:00 2001 From: Wilson Wu Date: Mon, 17 Aug 2020 06:34:53 +0000 Subject: Update MediaSessionService to comply with Android's inclusive language guidance See https://source.android.com/setup/contribute/respectful-code for reference Bug: 162536543 Test: Treehugger Change-Id: Ic428608681afb29083866cd3163c06e572984191 --- services/core/java/com/android/server/media/MediaSessionService.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/core/java/com/android/server/media/MediaSessionService.java b/services/core/java/com/android/server/media/MediaSessionService.java index 49398b93ba5e..298dac25d31d 100644 --- a/services/core/java/com/android/server/media/MediaSessionService.java +++ b/services/core/java/com/android/server/media/MediaSessionService.java @@ -1945,7 +1945,7 @@ public class MediaSessionService extends SystemService implements Monitor { final int userId = UserHandle.getUserId(uid); final long token = Binder.clearCallingIdentity(); try { - // Don't perform sanity check between controllerPackageName and controllerUid. + // Don't perform check between controllerPackageName and controllerUid. // When an (activity|service) runs on the another apps process by specifying // android:process in the AndroidManifest.xml, then PID and UID would have the // running process' information instead of the (activity|service) that has created -- cgit v1.2.3-59-g8ed1b