Skip to content

Commit 4a4f275

Browse files
author
Kenny Guy
committed
Remove String version of getBadgedLabel
It was left to allow unbundled apps time to update. Bug: 16484455 Change-Id: Ibae2576ac7fc88000ec81c669e66536aaa2e3e79
1 parent 2e7cf64 commit 4a4f275

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

core/java/android/os/UserManager.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -863,15 +863,6 @@ public CharSequence getBadgedLabelForUser(CharSequence label, UserHandle user) {
863863
return label;
864864
}
865865

866-
/**
867-
* Kept during L development to simplify updating unbundled apps.
868-
* TODO: Remove after 2014-08-04
869-
* @hide
870-
*/
871-
public String getBadgedLabelForUser(String label, UserHandle user) {
872-
return (String) getBadgedLabelForUser((CharSequence) label, user);
873-
}
874-
875866
/**
876867
* If the target user is a managed profile of the calling user or the caller
877868
* is itself a managed profile, then this returns a drawable to use as a small

0 commit comments

Comments
 (0)