私は私のuiautomatorテストケースを持っています:
public class clickTest extends UiAutomatorTestCase {
public void myTest() throws UiObjectNotFoundException {
...
//Is it possible to get Context or Activity here?
}
}
で取得ContextまたはActivityインスタンス化することは可能UiAutomatorTestCaseですか?
またはどのように入るPackageManagerのUiAutomatorTestCaseですか?