am a73e4599: Merge "Correct the docs for getUserBadgedIcon" into mnc-dev
* commit 'a73e4599506a1d3498ef5e9c240d79d7125fd2e9': Correct the docs for getUserBadgedIcon
This commit is contained in:
@@ -3274,10 +3274,11 @@ public abstract class PackageManager {
|
||||
throws NameNotFoundException;
|
||||
|
||||
/**
|
||||
* If the target user is a managed profile of the calling user or the caller
|
||||
* is itself a managed profile, then this returns a badged copy of the given
|
||||
* icon to be able to distinguish it from the original icon. For badging an
|
||||
* arbitrary drawable use {@link #getUserBadgedDrawableForDensity(
|
||||
* If the target user is a managed profile of the calling user or if the
|
||||
* target user is the caller and is itself a managed profile, then this
|
||||
* returns a badged copy of the given icon to be able to distinguish it from
|
||||
* the original icon. For badging an arbitrary drawable use
|
||||
* {@link #getUserBadgedDrawableForDensity(
|
||||
* android.graphics.drawable.Drawable, UserHandle, android.graphics.Rect, int)}.
|
||||
* <p>
|
||||
* If the original drawable is a BitmapDrawable and the backing bitmap is
|
||||
|
||||
Reference in New Issue
Block a user