diff options
author | Paul Hu <paulhu@google.com> | 2021-03-09 10:55:00 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-09 10:55:00 +0000 |
commit | 687da317add67d40a8ae6a027d5a538d1fb09395 (patch) | |
tree | b7295a75980425216087dc8978d2507761504559 /core/api/module-lib-current.txt | |
parent | 456069019eb4da612ddf5c32a927797750e2847e (diff) | |
parent | 514881581d1a73b1dce83dbe38fe3a6c5d54b42b (diff) |
Merge "New API for comparing two intents of PendingIntent object."
Diffstat (limited to 'core/api/module-lib-current.txt')
-rw-r--r-- | core/api/module-lib-current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index b3562e5f496d..4d9b4aafcae1 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -6,6 +6,10 @@ package android.app { method public void setMaxManifestReceiverApiLevel(int); } + public final class PendingIntent implements android.os.Parcelable { + method @RequiresPermission("android.permission.GET_INTENT_SENDER_INTENT") public boolean intentFilterEquals(@Nullable android.app.PendingIntent); + } + } package android.app.usage { |