OSDN Git Service

Launch existing Task when taskId is given to ConfirmDeviceCredential
authorClara Bayarri <clarabayarri@google.com>
Thu, 10 Dec 2015 12:35:27 +0000 (12:35 +0000)
committerClara Bayarri <clarabayarri@google.com>
Tue, 5 Jan 2016 16:26:10 +0000 (16:26 +0000)
commit86ebaa230e227079655c70eef430e20ebbac3336
tree8e9b426b16ee1aa4679f91f83bd61f69cd89b820
parentbc3a74a39f2a48392ef01550829ea29bb77294f6
Launch existing Task when taskId is given to ConfirmDeviceCredential

When using ConfirmDeviceCredential as the Work Challenge, we sometimes
have intercepted a task launching from recents. In this case, read the
taskId given as an extra and request that task to be started from
recents instead of launching a new intent.

Change-Id: Icca92f246e8f025b64de1f138493fc4069f98829
src/com/android/settings/ChooseLockSettingsHelper.java
src/com/android/settings/ConfirmDeviceCredentialBaseFragment.java