From 159ca40bc5a8799ad2e080f7df78dc12ba4740cf Mon Sep 17 00:00:00 2001 From: Kweku Adams Date: Thu, 13 Jan 2022 18:56:44 +0000 Subject: [PATCH] Indicate that UID_REMOVED has EXTRA_REPLACING. Bug: 140731248 Change-Id: Ia24a688f277580ed4edc1fac12ad05b8f7deb919 Test: N/A --- core/java/android/content/Intent.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 74c326d9386ee..58a7d8796ffb9 100644 --- a/core/java/android/content/Intent.java +++ b/core/java/android/content/Intent.java @@ -2974,6 +2974,9 @@ public class Intent implements Parcelable, Cloneable { * Broadcast Action: A uid has been removed from the system. The uid * number is stored in the extra data under {@link #EXTRA_UID}. * + * In certain instances, {@link #EXTRA_REPLACING} is set to true if the UID is not being + * fully removed. + * *

This is a protected intent that can only be sent * by the system. */