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

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

Merge "Add PLATFORM_COMPAT_SERVICE to SystemServiceRegistry" into sc-dev am: 72cd5f15

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

Change-Id: I991b97ffc44fcc18b37641b4e84c72b53f331957
parents 50db17df 72cd5f15
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;
    }