Skip to content

Commit

Permalink
fix: Filter quicksetp recents activity from the task list
Browse files Browse the repository at this point in the history
  • Loading branch information
axel358 committed Mar 10, 2024
1 parent b1cc412 commit 6b0852f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/cu/axel/smartdock/utils/AppUtils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ object AppUtils {
//Exclude systemui, launcher and other system apps from the tasklist
if (taskInfo.baseActivity!!.packageName.contains("com.android.systemui")
|| taskInfo.baseActivity!!.packageName.contains("com.google.android.packageinstaller")
|| taskInfo.baseActivity!!.className == "com.android.quickstep.RecentsActivity"
) continue

//Hack to save Dock settings activity ftom being excluded
Expand Down

0 comments on commit 6b0852f

Please sign in to comment.