Make Settings UI fuse flag "settings_fuse" persistent

Bug: 144419848
Test: The value of system property settings_fuse persists after reboot
Change-Id: I207e72fdc56785dbde350e01f753c865294a3eba
This commit is contained in:
Abhijeet Kaur
2019-11-19 17:56:36 +00:00
parent dee1548f61
commit a667372c56
2 changed files with 2 additions and 0 deletions

View File

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