Merge "Add a feature flag for the new tether settings UI"

This commit is contained in:
Zhen Zhang
2020-02-03 06:44:43 +00:00
committed by Android (Google) Code Review

View File

@@ -28,4 +28,5 @@ public class FeatureFlags {
"settings_wifi_details_datausage_header";
public static final String CONTROLLER_ENHANCEMENT = "settings_controller_loading_enhancement";
public static final String CONDITIONAL_CARDS = "settings_conditionals";
public static final String TETHER_ALL_IN_ONE = "settings_tether_all_in_one";
}