问题是,即使覆盖的第一行是super.onPause(),onPause也会给我这个奇怪的错误。Activity {com.mobinoob.saveinfo/com.mobinoob.saveinfo.SaveInfoActivity} did not call through to super.onPause;private String textSaved;
protected void <
我有onPause在活动中,并且工作得很好。这是代码protected void onPause() { Intent intent;
intent = new Intent当我按下后退按钮时,onPause正在调用并开始新的活动。我想要onPause总是工作,除非我点击我的手机上的后退按钮。我怎么能做到这一点?我认为这可能是if(backbutton was click){onPause is not w