diff options
Diffstat (limited to 'core/java/android/app/PendingIntent.java')
-rw-r--r-- | core/java/android/app/PendingIntent.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/app/PendingIntent.java b/core/java/android/app/PendingIntent.java index 37804e9..20114cc 100644 --- a/core/java/android/app/PendingIntent.java +++ b/core/java/android/app/PendingIntent.java @@ -261,6 +261,7 @@ public final class PendingIntent implements Parcelable { context.getContentResolver()) : null; try { intent.setAllowFds(false); + intent.migrateExtraStreamToClipData(); IIntentSender target = ActivityManagerNative.getDefault().getIntentSender( ActivityManager.INTENT_SENDER_ACTIVITY, packageName, @@ -285,6 +286,7 @@ public final class PendingIntent implements Parcelable { context.getContentResolver()) : null; try { intent.setAllowFds(false); + intent.migrateExtraStreamToClipData(); IIntentSender target = ActivityManagerNative.getDefault().getIntentSender( ActivityManager.INTENT_SENDER_ACTIVITY, packageName, |