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