Add voice to known music players
This commit is contained in:
parent
52d69464c7
commit
2cddd38211
@ -466,6 +466,7 @@ internal class MusicRepositoryImpl(
|
|||||||
"com.bandcamp.android", // Bandcamp
|
"com.bandcamp.android", // Bandcamp
|
||||||
"com.qobuz.music", // Qobuz
|
"com.qobuz.music", // Qobuz
|
||||||
"tv.plex.labs.plexamp", // Plexamp
|
"tv.plex.labs.plexamp", // Plexamp
|
||||||
|
"de.ph1b.audiobook", // Voice
|
||||||
)
|
)
|
||||||
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