Revert "Enable ADVANCED_VPN_ENABLED For Droidfood"

This reverts commit adf058be51.

Reason for revert: ACA link(https://android-build.googleplex.com/builds/culprit-assistant/run/4ce52794-adb0-420e-95ee-7a60efe71573)
bug id : b/275641083

Change-Id: I2be975f71f8f9e7cd5a92ca03b487826b31b97da
This commit is contained in:
Ravindra Nallabilli
2023-03-29 03:54:23 +00:00
committed by Android (Google) Code Review
parent adf058be51
commit ecd21b737a

View File

@@ -704,6 +704,6 @@ object Flags {
// TODO(b/272805037): Tracking Bug
@JvmField
val ADVANCED_VPN_ENABLED = releasedFlag(2800, name = "AdvancedVpn__enable_feature",
namespace = "vpn")
val ADVANCED_VPN_ENABLED = unreleasedFlag(2800, name = "AdvancedVpn__enable_feature",
namespace = "vpn", teamfood = true)
}