Skip to content

Commit

Permalink
update player exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed May 28, 2024
1 parent a1309e5 commit 02e9640
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions app/src/main/java/ru/yourok/torrserve/app/Consts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ object Consts {
val excludedApps = hashSetOf(
"com.android.gallery3d",
"com.android.tv.frameworkpackagestubs",
"com.estrongs.android.pop",
"com.ghisler.android.totalcommander",
"com.google.android.apps.photos",
"com.google.android.tv.frameworkpackagestubs",
"com.estrongs.android.pop",
"com.estrongs.android.pop.pro",
"com.ghisler.android.totalcommander",
"com.instantbits.cast.webvideo",
"com.lonelycatgames.xplore",
"com.mixplorer.silver",
"nextapp.fx",
"com.opera.browser",
"org.droidtv.contentexplorer",
"pl.solidexplorer2"
"pl.solidexplorer2",
"nextapp.fx"
)
}

0 comments on commit 02e9640

Please sign in to comment.