Merge "Rename getVpnLockdownWhitelist to -Allowlist"

This commit is contained in:
Lorenzo Colitti
2021-02-15 12:04:24 +00:00
committed by Gerrit 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);
}