OSDN Git Service

Fix issue #18510117: Returning from an activity started with...
authorDianne Hackborn <hackbod@google.com>
Tue, 2 Dec 2014 18:33:14 +0000 (10:33 -0800)
committerDianne Hackborn <hackbod@google.com>
Tue, 2 Dec 2014 18:33:14 +0000 (10:33 -0800)
commita01a0faebfbe6a8bd2ae52c54268ecedd280509b
tree4e52f57c0c9591fb6e139bc565ea47f101f4f9ad
parent76de89820c51c4bc288b440a82374b9d6c806244
Fix issue #18510117: Returning from an activity started with...

...startActivityForResult causes SecurityExpcetion

The ReferrerIntent hack was becoming visible to apps, which caused
a mismatch between marshalling/unmarshalling of the IPC call.

Change-Id: Ibcb788327b5bae4426efc826551799fa87d1cbaa
core/java/android/app/ActivityThread.java
core/java/android/app/Instrumentation.java