Add voice to known music players

This commit is contained in:
MM20 2023-01-20 12:16:01 +01:00
parent 52d69464c7
commit 2cddd38211
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

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