Add Qobuz to the list of known music apps

This commit is contained in:
MM20 2023-01-15 13:10:59 +01:00
parent c9198ac9c5
commit ad81bdbdb9
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -463,6 +463,7 @@ internal class MusicRepositoryImpl(
val apps = mutableSetOf<String>(
"com.aspiro.tidal", // Tidal
"com.bandcamp.android", // Bandcamp
"com.qobuz.music", // Qobuz
)
var intent = Intent(Intent.ACTION_MAIN).apply { addCategory(Intent.CATEGORY_APP_MUSIC) }
apps.addAll(context.packageManager.queryIntentActivities(intent, 0)