Hi iandisme
Thanks for your answer
What should I write instead of MyActivity ??
Sorry for dump question, but
I do not have activity
or at least that what I think so
My class extends from InstrumentationTestCase (that doesn't in turn sxtend from Activity class)
my manifest is:
?xml version="1.0" encoding="utf-8"?>
manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.phonetests"
android:sharedUserId="android.uid.myphonetest">
application>
/application>
instrumentation android:name=".PhoneInstrumentationTestRunner"
android:targetPackage="com.android.phone"
android:label="Test runner for all the Phone tests
that are instrumented.">
/instrumentation>
/manifest>