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

Commit 9962f335 authored by Kenny Guy's avatar Kenny Guy
Browse files

Revert "Remove String version of getBadgedLabel"

This reverts commit ed0096c14ae1b17845bc9bb8fbb1cdc47adfdd68.

Change-Id: If026db7e804be81aaa02cfd2a4e1a0a03ee020f1
parent 4a4f275f
Loading
Loading
Loading
Loading
+9 −0
Original line number Original line Diff line number Diff line
@@ -863,6 +863,15 @@ public class UserManager {
        return label;
        return label;
    }
    }


    /**
     * Kept during L development to simplify updating unbundled apps.
     * TODO: Remove after 2014-08-04
     * @hide
     */
    public String getBadgedLabelForUser(String label, UserHandle user) {
        return (String) getBadgedLabelForUser((CharSequence) label, user);
    }

    /**
    /**
     * If the target user is a managed profile of the calling user or the caller
     * If the target user is a managed profile of the calling user or the caller
     * is itself a managed profile, then this returns a drawable to use as a small
     * is itself a managed profile, then this returns a drawable to use as a small