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

Commit 6648c59d authored by Louis Chang's avatar Louis Chang Committed by Android (Google) Code Review
Browse files

Merge "Change start/stop lock-task-mode to two way binder" into main

parents 23a58068 f22fb2ca
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -112,8 +112,8 @@ interface IActivityClientController {
    oneway void requestMultiwindowFullscreen(in IBinder token, in int request,
    oneway void requestMultiwindowFullscreen(in IBinder token, in int request,
            in IRemoteCallback callback);
            in IRemoteCallback callback);


    oneway void startLockTaskModeByToken(in IBinder token);
    void startLockTaskModeByToken(in IBinder token);
    oneway void stopLockTaskModeByToken(in IBinder token);
    void stopLockTaskModeByToken(in IBinder token);
    oneway void showLockTaskEscapeMessage(in IBinder token);
    oneway void showLockTaskEscapeMessage(in IBinder token);
    void setTaskDescription(in IBinder token, in ActivityManager.TaskDescription values);
    void setTaskDescription(in IBinder token, in ActivityManager.TaskDescription values);