summaryrefslogtreecommitdiff
path: root/tools/aapt2/java/JavaClassGenerator.cpp
diff options
context:
space:
mode:
authorRiddle Hsu <riddlehsu@google.com>2019-12-07 01:47:11 +0800
committerRiddle Hsu <riddlehsu@google.com>2020-02-06 10:07:32 +0000
commita7e693931ff15e27d12852613e492823966e0317 (patch)
tree046eeb66df9d4ac20ca729c5788a66f9fa21f07a /tools/aapt2/java/JavaClassGenerator.cpp
parentf06d584d39723ed4ddfb326c256d67121d5e5d5a (diff)
Create separated tasks for different apps from startActivities
Assume there are 2 applications A, B with different uids. There are 4 activities A1, A2, B1, B2 with default task affinity and launch mode. After A1 called startActivities(B1, A2, B2): Original : Task(A1, B1, A2, B2) This Change: Task(A1, B1), Task(A2, B2) In other words, the source caller cannot launch its activity above the activity of other application in the same task, and it can still launch activity of other application in its task. Bug: 145669109 Test: atest StartActivityTests# \ testStartActivitiesWithDiffUidNotInSameTask Change-Id: I97bd875146a52f62b8fe82235487ccefb2955e8e
Diffstat (limited to 'tools/aapt2/java/JavaClassGenerator.cpp')
0 files changed, 0 insertions, 0 deletions