Compare commits

..

1 commit

Author SHA1 Message Date
f2c697342c
refactor: sim toolkit 2025-03-05 19:33:28 +08:00

View file

@ -46,6 +46,5 @@ class UnprivilegedEuiccManagementFragment : EuiccManagementFragment() {
}
}
private fun PackageManager.getApplicationLabel(packageName: String): CharSequence =
getApplicationLabel(getApplicationInfo(packageName, 0))