2017-08-24 81 views

回答

0

您必須重寫onBackPressed方法。

@Override 
public void onBackPressed() { 
    // Put your code here 
} 
相關問題