2016-07-28 4 views

答えて

0
Intent intent = new Intent(this.getActivity(), Teste.class); 
    try { 
     this.finalize(); 
    } catch (Throwable throwable) { 
     throwable.printStackTrace(); 
    } 
    this.startActivity(intent); 
関連する問題