Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9848eb90 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Show package name if no label" into udc-dev

parents 72237b55 0b5eb769
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -201,9 +201,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)) {
                continue;
                title = firstServiceInfo.packageName;
            }

            // Build the pref and add it to the output & group.