We currently override the methods of an activity with public visibility.
When enhancing an abstract activity, this forces the subclasses to adopt the
same visibility, although they might normally not want to do this.
We could let the abstract enhanced activities mirror the visibility of their
parents.
However, we still want public visibility for normal enhanced activities,
because it helps for testing.
Original issue reported on code.google.com by py.ricau on 27 Nov 2011 at 7:28
Original issue reported on code.google.com by
py.ricau
on 27 Nov 2011 at 7:28