Merge "Update MediaSessionService to comply with Android's inclusive language guidance" am: fc236dbda4 am: 3335cb4a3c
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1402408 Change-Id: I9bbc796eec14b26eb7237f6a45bd374c696755b5
This commit is contained in:
@@ -1928,7 +1928,7 @@ public class MediaSessionService extends SystemService implements Monitor {
|
|||||||
final int userId = UserHandle.getUserId(uid);
|
final int userId = UserHandle.getUserId(uid);
|
||||||
final long token = Binder.clearCallingIdentity();
|
final long token = Binder.clearCallingIdentity();
|
||||||
try {
|
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
|
// 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
|
// android:process in the AndroidManifest.xml, then PID and UID would have the
|
||||||
// running process' information instead of the (activity|service) that has created
|
// running process' information instead of the (activity|service) that has created
|
||||||
|
|||||||
Reference in New Issue
Block a user