commit | eb6f4bef96409239af98a38c354c457604141602 | [log] [tgz] |
---|---|---|
author | Junyu Lai <junyulai@google.com> | Mon Jan 17 11:52:57 2022 +0000 |
committer | Junyu Lai <junyulai@google.com> | Mon Feb 28 03:24:19 2022 +0000 |
tree | 1694fc57002bfb9585370007d568f48cb0326a39 | |
parent | b194d551bf7eaba6e52722a1855f6bc3b10631f4 [diff] [blame] |
[MS54.3] Move NetworkStats to updatable sources This CL builds NetworkStats related codes with the connectivity module instead of platform. Test: TH Bug: 197717846 Change-Id: I4eeb7ea9cfc3139991caf0fc22474e0052a0391c Merged-In: I4eeb7ea9cfc3139991caf0fc22474e0052a0391c
diff --git a/framework-t/api/removed.txt b/framework-t/api/removed.txt index d802177..1ba87d8 100644 --- a/framework-t/api/removed.txt +++ b/framework-t/api/removed.txt
@@ -1 +1,9 @@ // Signature format: 2.0 +package android.net { + + public class TrafficStats { + method @Deprecated public static void setThreadStatsUidSelf(); + } + +} +