Add Boum to list of music players
This commit is contained in:
parent
0d791ed2d6
commit
d2d153b18b
@ -467,6 +467,7 @@ internal class MusicRepositoryImpl(
|
|||||||
"com.qobuz.music", // Qobuz
|
"com.qobuz.music", // Qobuz
|
||||||
"tv.plex.labs.plexamp", // Plexamp
|
"tv.plex.labs.plexamp", // Plexamp
|
||||||
"de.ph1b.audiobook", // Voice
|
"de.ph1b.audiobook", // Voice
|
||||||
|
"de.eindm.boum", // Boum
|
||||||
)
|
)
|
||||||
var intent = Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_APP_MUSIC) }
|
var intent = Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_APP_MUSIC) }
|
||||||
apps.addAll(context.packageManager.queryIntentActivities(intent, 0)
|
apps.addAll(context.packageManager.queryIntentActivities(intent, 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user