1,显示匹配(Explicit):


Intent i = new  Intent(Test.this, TestB.class);
this.startActivity(i);

相关文章: