Add Boum to list of music players

This commit is contained in:
MM20 2023-01-23 14:47:25 +01:00
parent 0d791ed2d6
commit d2d153b18b
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -467,6 +467,7 @@ internal class MusicRepositoryImpl(
"com.qobuz.music", // Qobuz
"tv.plex.labs.plexamp", // Plexamp
"de.ph1b.audiobook", // Voice
"de.eindm.boum", // Boum
)
var intent = Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_APP_MUSIC) }
apps.addAll(context.packageManager.queryIntentActivities(intent, 0)