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

Commit 4a23ff30 authored by Ryan Mitchell's avatar Ryan Mitchell Committed by android-build-merger
Browse files

Merge "Do not stop idmap2d after OMS initialization" into qt-r1-dev am: 3186b40e am: 70d103e8

am: e0c15a03

Change-Id: I494e37744bcd029e1445b52f0987c20d8958bcd4
parents 04dcb589 e0c15a03
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -129,11 +129,11 @@ class IdmapDaemon {
        }
    }

    static void startIdmapService() {
    private static void startIdmapService() {
        SystemProperties.set("ctl.start", IDMAP_DAEMON);
    }

    static void stopIdmapService() {
    private static void stopIdmapService() {
        SystemProperties.set("ctl.stop", IDMAP_DAEMON);
    }

+0 −1
Original line number Diff line number Diff line
@@ -262,7 +262,6 @@ public final class OverlayManagerService extends SystemService {

            initIfNeeded();
            onSwitchUser(UserHandle.USER_SYSTEM);
            IdmapDaemon.stopIdmapService();

            publishBinderService(Context.OVERLAY_SERVICE, mService);
            publishLocalService(OverlayManagerService.class, this);