super(base);
Change the base context for this ContextWrapper. All calls will then be delegated to the base context. Unlike ContextWrapper, the base context can be changed even after one is already set.parambase The new base context for this wrapper. mBase = base;
mBase = base;