Merge "Rename getVpnLockdownWhitelist to -Allowlist" am: 4e846daeae
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1580383 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I1aca516555b1aea484aa962d1f538b3ae0eb9d4d
This commit is contained in:
@@ -1117,7 +1117,7 @@ public class ConnectivityManager {
|
||||
* @hide
|
||||
*/
|
||||
@Deprecated
|
||||
public List<String> getVpnLockdownWhitelist(int userId) {
|
||||
public List<String> getVpnLockdownAllowlist(int userId) {
|
||||
return getVpnManager().getVpnLockdownAllowlist(userId);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user