Added the permission for MANAGE_USERS in the priv_app allowlist

This is necessary to allow NetworkStack to identify whether
a connection was setup trough an enterprise-managed configuration,
by querying DevicePolicyManager. Some behavior specific to
enterprise networks require NetworkStack to differentiate this case.

Bug: 189865016
Change-Id: Iaeb91ebf9cccce8bf630fab5d1883473247b4def
This commit is contained in:
fqjc86
2023-05-01 22:23:18 +08:00
committed by Remi NGUYEN VAN
parent cdedb17f48
commit 52c393430d

View File

@@ -25,6 +25,7 @@
<permission name="android.permission.LOCAL_MAC_ADDRESS"/>
<permission name="android.permission.MANAGE_SUBSCRIPTION_PLANS"/>
<permission name="android.permission.MANAGE_USB"/>
<permission name="android.permission.MANAGE_USERS"/>
<permission name="android.permission.NETWORK_BYPASS_PRIVATE_DNS"/>
<permission name="android.permission.PACKET_KEEPALIVE_OFFLOAD"/>
<permission name="android.permission.READ_NETWORK_USAGE_HISTORY"/>