Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba720eb1 authored by Abhijeet Kaur's avatar Abhijeet Kaur
Browse files

Turn on feature flag to use bugreport API by default

Bug: 136548098
Test: build, flash, take bugreport from Settings uses API workflow by
default. Turning off the feature flag from Settings uses old bugreport
workflow

Change-Id: I6462fcd77e812420dfeb9d3e5a0a8646745606f2
parent c6c1c693
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -48,7 +48,7 @@ public class FeatureFlagUtils {
    static {
        DEFAULT_FLAGS = new HashMap<>();
        DEFAULT_FLAGS.put("settings_audio_switcher", "true");
        DEFAULT_FLAGS.put("settings_use_bugreport_api", "false");
        DEFAULT_FLAGS.put("settings_use_bugreport_api", "true");
        DEFAULT_FLAGS.put("settings_mobile_network_v2", "true");
        DEFAULT_FLAGS.put("settings_network_and_internet_v2", "true");
        DEFAULT_FLAGS.put("settings_systemui_theme", "true");