Android : Overloading getMessageName of ViewRootImpl class

on Friday, January 30, 2015


Is it possible to inherit ViewRootImpl system class for getMessageName method overloading?



final class ViewRootHandler extends Handler {
@Override
public String getMessageName(Message message) {
.....


If it's not possible, how can I obtain the result, which is returned by getMessageName method?


0 comments:

Post a Comment