OSDN Git Service

Use getActivityToken() instead of mToken in isTopOfTask
authorChong Zhang <chz@google.com>
Fri, 3 Jun 2016 18:30:20 +0000 (11:30 -0700)
committerChong Zhang <chz@google.com>
Fri, 3 Jun 2016 18:50:44 +0000 (11:50 -0700)
commit6f9ae4ffc56919cba4f44a78af4d6864ea09e7c8
treeabab6b48d3bbdcfe51bb14a9afa9d1bbe3ddf722
parentc4f1bc40326c10fde55f07230e3fe3067d70fbfa
Use getActivityToken() instead of mToken in isTopOfTask

mToken could be local tokan and causes IllegalArgumentException.

bug: 29072444
Change-Id: I0f889a70a848ffea31663ed80337e1605c75223e
core/java/android/app/Activity.java