summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJames Mattis <jmattis@google.com>2020-10-23 15:53:15 -0700
committerJames Mattis <jmattis@google.com>2020-10-27 13:14:06 -0700
commit13135f3003d3968a313f3f4ec6fe6a8a99640518 (patch)
tree1dd8090c71625b4eb10f8e7acf4a179c9580aabf /api
parent33f7bff2ea7695390bcef62fca753202a4ed82d4 (diff)
Add OEM_PRIVATE NetworkCapability
Adding network capability to be used with networks to be only used by OEM apps. Bug: 171505922 Test: atest CtsNetTestCasesLatestSdk:NetworkCapabilitiesTest Change-Id: Ib55ebec0e178b6317d92f17e1aff060dacdfb2b1
Diffstat (limited to 'api')
-rwxr-xr-xapi/system-current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/system-current.txt b/api/system-current.txt
index 483a48a1ec52..0104ca25795c 100755
--- a/api/system-current.txt
+++ b/api/system-current.txt
@@ -6257,6 +6257,7 @@ package android.net {
method @NonNull public int[] getTransportTypes();
method public boolean satisfiedByNetworkCapabilities(@Nullable android.net.NetworkCapabilities);
field public static final int NET_CAPABILITY_OEM_PAID = 22; // 0x16
+ field public static final int NET_CAPABILITY_OEM_PRIVATE = 26; // 0x1a
field public static final int NET_CAPABILITY_PARTIAL_CONNECTIVITY = 24; // 0x18
}