commit | f465ea0d6a7f610009e55f7453af257228398b99 | [log] [tgz] |
---|---|---|
author | Bryce Lee <brycelee@google.com> | Tue May 02 16:58:22 2017 -0700 |
committer | Bryce Lee <brycelee@google.com> | Wed Jan 17 10:06:06 2018 -0800 |
tree | 8b6950a95aea73e5d2754a61e0bb96eaa96f5633 | |
parent | f24977b523c17f276a236be6fea784f8d4ee32db [diff] |
Disallow starting activities without new task from non-activity context. A change to the conditions to allow such behavior when a task id was specified now allows for all non-activity contexts to start activities as long as no options bundle is specified. This changelist corrects the condition. Change-Id: Ifaff4fc6d875ba74ec532b3e3ce91c6aa3ca3362 Fixes: 32625589 Test: atest CtsActivityManagerDeviceTestCases:StartActivityTests