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

Commit b80bc277 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix the BTAA init flag format to ensure its value is properly parsed"

parents b8d6bff0 71f01026
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3361,7 +3361,7 @@ public class AdapterService extends Service {
                    debugLoggingDisabledTags));
        }
        if (DeviceConfig.getBoolean(DeviceConfig.NAMESPACE_BLUETOOTH, BTAA_HCI_LOG_FLAG, false)) {
            initFlags.add(BTAA_HCI_LOG_FLAG);
            initFlags.add(String.format("%s=%s", BTAA_HCI_LOG_FLAG, "true"));
        }
        return initFlags.toArray(new String[0]);
    }