Add Qobuz to the list of known music apps
This commit is contained in:
parent
c9198ac9c5
commit
ad81bdbdb9
@ -463,6 +463,7 @@ internal class MusicRepositoryImpl(
|
|||||||
val apps = mutableSetOf<String>(
|
val apps = mutableSetOf<String>(
|
||||||
"com.aspiro.tidal", // Tidal
|
"com.aspiro.tidal", // Tidal
|
||||||
"com.bandcamp.android", // Bandcamp
|
"com.bandcamp.android", // Bandcamp
|
||||||
|
"com.qobuz.music", // Qobuz
|
||||||
)
|
)
|
||||||
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