Where can I see the implementation of this class?
I've looked in the internal packages of Android on GrepCode but haven't found it.
Where can I see the implementation of this class?
I've looked in the internal packages of Android on GrepCode but haven't found it.
implementation
of Context.
Context
does provide an empty implementation of the startActivity
method, just ready to be overriden. :)