diff options
author | Paul Hu <paulhu@google.com> | 2021-03-12 07:47:10 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-03-12 07:47:10 +0000 |
commit | 240fdc5d975fedf115e2490a1d3361e199663c09 (patch) | |
tree | dae2d753012336f9016a43fae460c8bb773fd5ae /core/api | |
parent | 36b03734efb0607e063c44d02d7b84a971c941ca (diff) | |
parent | 97c860113aa6ea84db6d591f323bce7284f88570 (diff) |
Merge "Expose Intent#ACTION_CLEAR_DNS_CACHE"
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/module-lib-current.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 2285c3849b4c..7c6ff8ede3cc 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -20,6 +20,14 @@ package android.app.usage { } +package android.content { + + public class Intent implements java.lang.Cloneable android.os.Parcelable { + field public static final String ACTION_CLEAR_DNS_CACHE = "android.intent.action.CLEAR_DNS_CACHE"; + } + +} + package android.net { public final class EthernetNetworkSpecifier extends android.net.NetworkSpecifier implements android.os.Parcelable { |