OSDN Git Service

Update visibility logic in realStartActivityLocked
authorAndrii Kulian <akulian@google.com>
Fri, 10 Feb 2017 07:19:29 +0000 (23:19 -0800)
committerAndrii Kulian <akulian@google.com>
Fri, 10 Feb 2017 07:19:29 +0000 (23:19 -0800)
commitada1029eb89a052c4fac159764cac363dd1933ef
tree2b60fb0b7f2766aea0c98cbfb7158a8ef3a8300b
parentf2ca8e030c4e65dcd9d7d021cca296fec85320b7
Update visibility logic in realStartActivityLocked

ActivityStackSupervisor#realStartActivityLocked method is updated
to perform some actions regardless of whether we're making acitivity
resumed or not. This is possible because at the end in either way
activity will be visible.

Bug: 29619461
Test: Manual
Change-Id: If83ee38683e7ece52a0ae0a70bec0bdce6a195d3
services/core/java/com/android/server/am/ActivityStackSupervisor.java