Make feature flag settings_dynamic_system persistent
Bug: 119647479 Test: turn on/off feature flag and use DynamicSystem Change-Id: Icc26e649caea2c6dfc6e09d8f2c9f0f37568d445
This commit is contained in:
@@ -36,6 +36,7 @@ public class FeatureFlagPersistent {
|
||||
PERSISTENT_FLAGS = new HashSet<>();
|
||||
PERSISTENT_FLAGS.add(FeatureFlags.HEARING_AID_SETTINGS);
|
||||
PERSISTENT_FLAGS.add(FeatureFlags.NETWORK_INTERNET_V2);
|
||||
PERSISTENT_FLAGS.add(FeatureFlags.DYNAMIC_SYSTEM);
|
||||
}
|
||||
|
||||
public static boolean isEnabled(Context context, String feature) {
|
||||
|
Reference in New Issue
Block a user