java.lang.Object | |
↳ | com.htc.util.res.HtcResUtil |
A convinient class for access resource from other context.
In some case, you may need to get resource from other context which does not belong to the same application as current resource. If you know that resource name then you can use this class to get the object in that resource.Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
This method is deprecated.
No replacement.
| |||||||||||
This API is used to access the non-public resource in the framework/common control.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
This method is deprecated.
No replacement.
get get blur wallpaper
context | the context |
---|---|
isLandscape | true or false |
This API is used to access the non-public resource in the framework/common control. The usage MUST do the error handling. The usage MUST do the performance problem of the java class reflection
res | The string format of the resource id that you want |
---|