Remove feature flag "settings_dynamic_system"

Bug: 176795908
Test: Presubmit
Test: DSULoader
Change-Id: Ib6b450489c63913c47858cf295e4785fd5d0cfbb
This commit is contained in:
Yo Chiang
2021-01-13 12:32:00 +08:00
parent bfcb1dc2c4
commit a366690de1
3 changed files with 0 additions and 5 deletions

View File

@@ -35,7 +35,6 @@ public class FeatureFlagPersistent {
static {
PERSISTENT_FLAGS = new HashSet<>();
PERSISTENT_FLAGS.add(FeatureFlags.HEARING_AID_SETTINGS);
PERSISTENT_FLAGS.add(FeatureFlags.DYNAMIC_SYSTEM);
}
public static boolean isEnabled(Context context, String feature) {