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 | |
parent | 456069019eb4da612ddf5c32a927797750e2847e (diff) | |
parent | 514881581d1a73b1dce83dbe38fe3a6c5d54b42b (diff) |
Merge "New API for comparing two intents of PendingIntent object."
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/module-lib-current.txt | 4 | ||||
-rw-r--r-- | core/api/test-current.txt | 4 |
2 files changed, 8 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 { diff --git a/core/api/test-current.txt b/core/api/test-current.txt index 595e990fbaa5..b0b45564d44d 100644 --- a/core/api/test-current.txt +++ b/core/api/test-current.txt @@ -248,6 +248,10 @@ package android.app { method public boolean matchesCallFilter(android.os.Bundle); } + public final class PendingIntent implements android.os.Parcelable { + method @RequiresPermission("android.permission.GET_INTENT_SENDER_INTENT") public boolean intentFilterEquals(@Nullable android.app.PendingIntent); + } + public final class PictureInPictureParams implements android.os.Parcelable { method public java.util.List<android.app.RemoteAction> getActions(); method public float getAspectRatio(); |