Hi All
I am new to Android
Few words before I ask a question:
We developing a selolar solutions based on Android os. I use internal libraries that are not a part of standard sdk
A question:
My class extends from InstrumentationTestCase class I perform the next operation: mPhone = PhoneFactory.getDefaultPhone(); I use mPhone for test uses.
I can't anderstastand what in this case is my activity. Why I ask this dump question? It is because I wish to issue intent from outside (from a command line) into my test function and I need to add intent filter in my manifest file
But I have no activity
Guys please help me
I am simply confused