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

Commit 9de3a37a 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

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

Change-Id: I2a009975b2c8fc14424b59485ce836cd4bf3cf85
parents e5e54383 6dcc612d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3068,6 +3068,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;
    }