commit | 10f1a327b00bd9fc1494c4211fcda25e3901afbb | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Nov 09 17:40:26 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Nov 09 17:40:26 2023 +0000 |
tree | c3b21f1920ccf36caf1ac85628c8673aeeb0c469 | |
parent | 48215a0aa40f550be188a7a90100bb15aae90408 [diff] | |
parent | be43ef41bcc35f726f45534ac917bebb55005043 [diff] |
Merge "Add overriding method of a default method to signature files" into main am: be43ef41bc Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/2824410 Change-Id: Iab81b66b8e3f38ba27a10d66300805e04c00183b Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/framework/api/module-lib-current.txt b/framework/api/module-lib-current.txt index bfb4981..026d8a9 100644 --- a/framework/api/module-lib-current.txt +++ b/framework/api/module-lib-current.txt
@@ -235,6 +235,7 @@ public final class VpnTransportInfo implements android.os.Parcelable android.net.TransportInfo { ctor @Deprecated public VpnTransportInfo(int, @Nullable String); + method public long getApplicableRedactions(); method @Nullable public String getSessionId(); method @NonNull public android.net.VpnTransportInfo makeCopy(long); }