Rename getVpnLockdownWhitelist to -Allowlist

Test: m
Change-Id: Id02a37624655c4ff88744c9c57af9f2a17953667
Merged-In: Id02a37624655c4ff88744c9c57af9f2a17953667
This commit is contained in:
Lorenzo Colitti
2021-02-08 16:25:42 +09:00
parent 83e1e619b3
commit b6bd8a54a1

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