Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e322ecac authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by Gerrit Code Review
Browse files

Merge "Rename getVpnLockdownWhitelist to -Allowlist"

parents 9efa7780 30f4fb0b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
    }

+1 −1
Original line number Diff line number Diff line
@@ -7158,7 +7158,7 @@ public class DevicePolicyManagerService extends BaseIDevicePolicyManager {
        final int userId = mInjector.userHandleGetCallingUserId();
        return mInjector.binderWithCleanCallingIdentity(
                () -> mInjector.getConnectivityManager().getVpnLockdownWhitelist(userId));
                () -> mInjector.getConnectivityManager().getVpnLockdownAllowlist(userId));
    }
    private void forceWipeDeviceNoLock(boolean wipeExtRequested, String reason, boolean wipeEuicc) {