Make FIREWALL_CHAIN_OEM_DENY API

Bug: 208371987
Test: m
Change-Id: Ie0c2ad862c02f9fd4561869cf5a1adc44f1be11b
This commit is contained in:
Motomu Utsumi
2022-06-12 11:37:19 +00:00
parent 5c74cab9a8
commit 62385c884f
2 changed files with 6 additions and 0 deletions

View File

@@ -997,6 +997,7 @@ public class ConnectivityManager {
* Denylist of apps that will not have network access due to OEM-specific restrictions.
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public static final int FIREWALL_CHAIN_OEM_DENY_1 = 7;
/**
@@ -1004,6 +1005,7 @@ public class ConnectivityManager {
* Denylist of apps that will not have network access due to OEM-specific restrictions.
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public static final int FIREWALL_CHAIN_OEM_DENY_2 = 8;
/**
@@ -1011,6 +1013,7 @@ public class ConnectivityManager {
* Denylist of apps that will not have network access due to OEM-specific restrictions.
* @hide
*/
@SystemApi(client = MODULE_LIBRARIES)
public static final int FIREWALL_CHAIN_OEM_DENY_3 = 9;
/** @hide */