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

Commit 36aef7dc 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...

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

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

Change-Id: I2a4a7ae1e1b021d69742e1e9a157057808a83ab0
parents 9d3346fe 72e2545e
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;
    }