Add Plexamp to list of known music apps
This commit is contained in:
parent
ad81bdbdb9
commit
4e25bd5cd0
@ -460,10 +460,12 @@ internal class MusicRepositoryImpl(
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun getMusicApps(): Set<String> {
|
private fun getMusicApps(): Set<String> {
|
||||||
val apps = mutableSetOf<String>(
|
// List of known music apps that don't have the correct intent filter
|
||||||
|
val apps = mutableSetOf(
|
||||||
"com.aspiro.tidal", // Tidal
|
"com.aspiro.tidal", // Tidal
|
||||||
"com.bandcamp.android", // Bandcamp
|
"com.bandcamp.android", // Bandcamp
|
||||||
"com.qobuz.music", // Qobuz
|
"com.qobuz.music", // Qobuz
|
||||||
|
"tv.plex.labs.plexamp", // Plexamp
|
||||||
)
|
)
|
||||||
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