edit README.md

This commit is contained in:
linglongxin24
2016-11-18 19:10:51 +08:00
parent e0552e70a9
commit e781f7db74

View File

@@ -41,6 +41,8 @@ Activity的默认模式所有的Activity元素遵循先进后出的进栈出
应用场景系统的发短信打电话来电浏览器等。这种模式在平时很少去使用一般在Launcher中可能会用到。
>例如A.C启动模式为StandardB启动模式为SingleInstance
>启动顺序A->B->C注意此时产生了两个任务栈B产生了一个新的任务栈并处于其他任务栈的下面。
>回退顺序:B->A.而不是B—>D->C->B->A
>回退顺序:C->A->B.而不是C->B->A
![SingleTop](https://github.com/linglongxin24/ActivityLaunchMode/blob/master/screenshorts/singleInstance.png?raw=true)
#5.[GitHub](https://github.com/linglongxin24/ActivityLaunchMode)