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

Commit 439f8966 authored by Jorge Gil's avatar Jorge Gil Committed by Android (Google) Code Review
Browse files

Merge "[19/N] Desks: Implement IDesktopMode APIs" into main

parents 9c2ce8fd 59ee0bbd
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -3442,11 +3442,15 @@ class DesktopTasksController(
        }

        override fun createDesk(displayId: Int) {
            // TODO: b/362720497 - Implement this API.
            executeRemoteCallWithTaskPermission(controller, "createDesk") { c ->
                c.createDesk(displayId)
            }
        }

        override fun activateDesk(deskId: Int, remoteTransition: RemoteTransition?) {
            // TODO: b/362720497 - Implement this API.
            executeRemoteCallWithTaskPermission(controller, "activateDesk") { c ->
                c.activateDesk(deskId, remoteTransition)
            }
        }

        override fun showDesktopApps(displayId: Int, remoteTransition: RemoteTransition?) {