diff --git a/core/java/android/os/UserManager.java b/core/java/android/os/UserManager.java index 04e6227ca11e4..30875060d35bd 100644 --- a/core/java/android/os/UserManager.java +++ b/core/java/android/os/UserManager.java @@ -863,15 +863,6 @@ public class UserManager { 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 * is itself a managed profile, then this returns a drawable to use as a small