在Activity中创建后,不使用call方法从Back-Stack启动活动

时间:2015-09-11 17:22:07

标签: android android-activity back-stack

活动A呼叫活动B和B呼叫C我想返回A,活动A在BackStack中如何返回它而不在活动中调用onCreate方法

2 个答案:

答案 0 :(得分:0)

通过使用此代码onCreate方法将不会调用

intent.addFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP|Intent.FLAG_ACTIVITY_SINGLE_TOP);

答案 1 :(得分:-1)

  

当您调用活动C时,如何调用活动B的finish()。