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

Commit 5407c679 authored by Alex Chau's avatar Alex Chau Committed by Android (Google) Code Review
Browse files

Merge "Add @JvmStatic to clearAllVisibleRecentTasks" into main

parents fcb1dd9b 5f3cfaf5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ package com.android.server.wm.flicker.helpers
import android.app.Instrumentation

object RecentTasksUtils {
    @JvmStatic
    fun clearAllVisibleRecentTasks(instrumentation: Instrumentation) {
        instrumentation.uiAutomation.executeShellCommand(
            "dumpsys activity service SystemUIService WMShell recents clearAll"