Show package name if no label
Test: make Bug: 273753519 Change-Id: I78b47e8c55382ceef90329547231124db2ca27d9
This commit is contained in:
@@ -325,9 +325,9 @@ public class CredentialManagerPreferenceController extends BasePreferenceControl
|
||||
icon = mIconFactory.getBadgedIcon(appInfo, getUser());
|
||||
}
|
||||
|
||||
// If there is no title then don't show anything.
|
||||
// If there is no title then show the package manager.
|
||||
if (TextUtils.isEmpty(title)) {
|
||||
return null;
|
||||
title = firstServiceInfo.packageName;
|
||||
}
|
||||
|
||||
return addProviderPreference(
|
||||
|
Reference in New Issue
Block a user