summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorRiddle Hsu <riddlehsu@google.com>2020-02-19 15:13:56 +0800
committerRiddle Hsu <riddlehsu@google.com>2020-02-22 13:24:21 +0000
commit48d8d370f3d1dac06719ca6a52bda5f45a1a533a (patch)
tree7a8f2736fd2805ef1f25684db5f6793e52f26bba /rs/java/android/renderscript/ProgramFragmentFixedFunction.java
parent835e3a52bb61bdd0ee407c7a5652a9f2f6f56c50 (diff)
RESTRICT AUTOMERGE 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 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions