OSDN Git Service

Only send EXTRA_STACK for private intent.
authorJeff Sharkey <jsharkey@android.com>
Wed, 15 Jul 2015 16:13:14 +0000 (09:13 -0700)
committerJeff Sharkey <jsharkey@android.com>
Wed, 15 Jul 2015 16:13:14 +0000 (09:13 -0700)
commit04ec6f4f092f1c2d56ef6213019ce4b9068b8a0a
tree1ba251f0385e667f288f1318aa524f3e151354ed
parent983294596e65a0226aa69e42bda9db322727fee5
Only send EXTRA_STACK for private intent.

Since it's a private Parcelable class, we can't send it to other
third-party apps, since they won't know how to unpack it.

Bug: 22255387
Change-Id: Ie2ea6cf72b733bd122eb3581a5df295cec608425
packages/DocumentsUI/src/com/android/documentsui/DocumentsActivity.java