Merge "Rename getVpnLockdownWhitelist to -Allowlist" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-02-15 08:29:55 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}