Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9a6205d3 authored by Wilson Wu's avatar Wilson Wu
Browse files

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
parent 0090d82f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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