说,我有A-> B-> C-> D堆栈。如何将其重新排列为D-> A-> B-> C?
答案 0 :(得分:1)
没有可用于从活动堆栈重新排列活动的方法。但是要解决您的问题,您可以看到活动的启动模式http://developer.android.com/guide/topics/manifest/activity-element.html#lmode
你还应该看到Intent Flags
http://developer.android.com/reference/android/content/Intent.html