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

Commit 72e2545e authored by Andrei-Valentin Onea's avatar Andrei-Valentin Onea Committed by Automerger Merge Worker
Browse files

Merge "Add PLATFORM_COMPAT_SERVICE to SystemServiceRegistry" am: 6dcc612d am: 9de3a37a

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1716912

Change-Id: I7f60667724d5e0bac8cd2d22fb8df65ddfd1f161
parents bcd3b7b1 9de3a37a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2589,6 +2589,7 @@ public class ActivityManagerService extends IActivityManager.Stub
            addServiceToMap(mAppBindArgs, Context.POWER_SERVICE);
            addServiceToMap(mAppBindArgs, Context.USER_SERVICE);
            addServiceToMap(mAppBindArgs, "mount");
            addServiceToMap(mAppBindArgs, Context.PLATFORM_COMPAT_SERVICE);
        }
        return mAppBindArgs;
    }