am 6cfeb8dc: Merge "Remove String version of getBadgedLabel" into lmp-dev
* commit '6cfeb8dcad12cdc3391b2f39c366ab339a6b1a06': Remove String version of getBadgedLabel
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user