commit | 646fe9913e5f5dda3d03d54ed6c6e9463a4161d0 | [log] [tgz] |
---|---|---|
author | Tony Mak <tonymak@google.com> | Thu Apr 21 16:43:08 2016 +0100 |
committer | Tony Mak <tonymak@google.com> | Thu Apr 21 16:43:08 2016 +0100 |
tree | d78c00aa1c7d750010e16bacbdc963e5e0d8c764 | |
parent | b99d6af3ab406db14d161cdc0000ed521957d7ca [diff] |
Fix wrong app is launched after solving challenge from tapping notification PendingIntent.FLAG_ONE_SHOT is needed to prevent the PendingIntent being reused. Also, flag and activity option of credential intent in BaseStatusBar is not same as the one in ActivityStarter. Added a new function startConfirmDeviceCredentialIntent in AM to centralize it. Change-Id: I2d9e5923ad5d4d012f10057c409c666c8ca299a3 Fix: 28309964