Merge "Make Network & internet v2 feature flag be persistent"
This commit is contained in:
committed by
Android (Google) Code Review
commit
532c3d7200
@@ -37,6 +37,7 @@ public class FeatureFlagPersistent {
|
||||
static {
|
||||
PERSISTENT_FLAGS = new HashSet<>();
|
||||
PERSISTENT_FLAGS.add(FeatureFlags.HEARING_AID_SETTINGS);
|
||||
PERSISTENT_FLAGS.add(FeatureFlags.NETWORK_INTERNET_V2);
|
||||
}
|
||||
|
||||
public static boolean isEnabled(Context context, String feature) {
|
||||
|
Reference in New Issue
Block a user