diff options
| author | Kweku Adams <kwekua@google.com> | 2022-01-13 18:56:44 +0000 |
|---|---|---|
| committer | Kweku Adams <kwekua@google.com> | 2022-01-13 18:56:52 +0000 |
| commit | 159ca40bc5a8799ad2e080f7df78dc12ba4740cf (patch) | |
| tree | babcd783ad440e118fd4944ecea851ec38a83185 /core/java/android/content/Intent.java | |
| parent | 3804b2c7c82e90dd21ae93d3da475b3d852e902b (diff) | |
Indicate that UID_REMOVED has EXTRA_REPLACING.
Bug: 140731248
Change-Id: Ia24a688f277580ed4edc1fac12ad05b8f7deb919
Test: N/A
Diffstat (limited to 'core/java/android/content/Intent.java')
| -rw-r--r-- | core/java/android/content/Intent.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/content/Intent.java b/core/java/android/content/Intent.java index 74c326d9386e..58a7d8796ffb 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. + * * <p class="note">This is a protected intent that can only be sent * by the system. */ |
