diff options
author | Remi NGUYEN VAN <reminv@google.com> | 2021-03-11 21:06:10 +0900 |
---|---|---|
committer | Remi NGUYEN VAN <reminv@google.com> | 2021-03-19 00:04:24 +0000 |
commit | 2bf4c58ceb753b1b0d13a84cd9d4265b5e41798a (patch) | |
tree | bc2ccc3d40a519fa3d2813470968c6fe591b8313 /core/api | |
parent | 1a645067e55b7e5db9a49e3dbaebbe6294405450 (diff) |
Add TEST_NETWORK_SERVICE to module API
TestNetworkManager is being unbundled; the TEST_NETWORK_SERVICE constant
is necessary for the module to register the manager with
registerContextAwareService.
Bug: 171540887
Test: m
Change-Id: I0690251ddfcdaa8a34830e110b75869a370de389
Merged-In: I0690251ddfcdaa8a34830e110b75869a370de389
Diffstat (limited to 'core/api')
-rw-r--r-- | core/api/module-lib-current.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/api/module-lib-current.txt b/core/api/module-lib-current.txt index 992b57f356c5..bc91c5a14e74 100644 --- a/core/api/module-lib-current.txt +++ b/core/api/module-lib-current.txt @@ -22,6 +22,10 @@ package android.app.usage { package android.content { + public abstract class Context { + field public static final String TEST_NETWORK_SERVICE = "test_network"; + } + 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"; } |