0
私の開始アクティビティはLoginView
です。 ログインが正しい場合は、startActivity(new Intent(LoginView.this, MainView.class));
とfinish()
と呼び出してください。再開後の活動を開始
私のアプリケーションはMainView
に切り替わり、戻るボタンを押すとバックグラウンドに移動します。
私の問題:私は常にMainview
MAINVIEWに戻っLoginView
にしていない来アプリ(長押しのホームキー)を再開する場合は
は:
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.mainlayout);
}
助けてください