DevicePolicyResourcesManager
public
class
DevicePolicyResourcesManager
extends Object
| java.lang.Object | |
| ↳ | android.app.admin.DevicePolicyResourcesManager |
Class containing required APIs to set, reset, and get device policy related resources.
Summary
Public methods | |
|---|---|
Drawable
|
getDrawable(String drawableId, String drawableStyle, Supplier<Drawable> defaultDrawableLoader)
Returns the appropriate updated drawable for the |
Drawable
|
getDrawable(String drawableId, String drawableStyle, String drawableSource, Supplier<Drawable> defaultDrawableLoader)
Similar to |
Icon
|
getDrawableAsIcon(String drawableId, String drawableStyle, String drawableSource, Icon defaultIcon)
Similar to |
Icon
|
getDrawableAsIcon(String drawableId, String drawableStyle, Icon defaultIcon)
Similar to |
Drawable
|
getDrawableForDensity(String drawableId, String drawableStyle, int density, Supplier<Drawable> defaultDrawableLoader)
Similar to |
Drawable
|
getDrawableForDensity(String drawableId, String drawableStyle, String drawableSource, int density, Supplier<Drawable> defaultDrawableLoader)
Similar to |
String
|
getString(String stringId, Supplier<String> defaultStringLoader, Object... formatArgs)
Similar to |
String
|
getString(String stringId, Supplier<String> defaultStringLoader)
Returns the appropriate updated string for the |
Inherited methods | |
|---|---|