Loading packages/CredentialManager/src/com/android/credentialmanager/DataConverter.kt +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ class GetFlowUtils { ComponentName::class.java ) val preferTopBrandingContent: TopBrandingContent? = if (preferUiBrandingComponentName == null) null if (!requestInfo.hasPermissionToOverrideDefault() || preferUiBrandingComponentName == null) null else { val (displayName, icon) = getServiceLabelAndIcon( context.packageManager, preferUiBrandingComponentName.flattenToString()) Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/DataConverter.kt +2 −1 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ class GetFlowUtils { ComponentName::class.java ) val preferTopBrandingContent: TopBrandingContent? = if (preferUiBrandingComponentName == null) null if (!requestInfo.hasPermissionToOverrideDefault() || preferUiBrandingComponentName == null) null else { val (displayName, icon) = getServiceLabelAndIcon( context.packageManager, preferUiBrandingComponentName.flattenToString()) Loading