Compile SDK 35

This commit is contained in:
MM20
2024-07-18 18:46:12 +02:00
parent cf398f66a0
commit 52150c5257
10 changed files with 21 additions and 18 deletions
@@ -432,7 +432,7 @@ internal class MusicServiceImpl(
return try {
context
.packageManager
.getPackageInfo(packageName, 0).applicationInfo
.getPackageInfo(packageName, 0).applicationInfo!!
.loadLabel(context.packageManager).toString()
} catch (e: PackageManager.NameNotFoundException) {
null