summaryrefslogtreecommitdiff
path: root/core/api/module-lib-current.txt
diff options
context:
space:
mode:
authorPaul Hu <paulhu@google.com>2021-03-09 10:55:00 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-03-09 10:55:00 +0000
commit687da317add67d40a8ae6a027d5a538d1fb09395 (patch)
treeb7295a75980425216087dc8978d2507761504559 /core/api/module-lib-current.txt
parent456069019eb4da612ddf5c32a927797750e2847e (diff)
parent514881581d1a73b1dce83dbe38fe3a6c5d54b42b (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.txt4
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 {