diff options
| author | Kweku Adams <kwekua@google.com> | 2022-01-14 17:18:51 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-01-14 17:18:51 +0000 |
| commit | aec1bdf2ac0d131ce4c4e3955aba0df52f0bf310 (patch) | |
| tree | bdc6a7d36e6c7f354073d7e174e3f605d7aa8111 /core/java/android | |
| parent | 421de0afb8af42b8609e39e5ab26c7717d593790 (diff) | |
| parent | 159ca40bc5a8799ad2e080f7df78dc12ba4740cf (diff) | |
Merge "Indicate that UID_REMOVED has EXTRA_REPLACING."
Diffstat (limited to 'core/java/android')
| -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. */ |
