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

Commit 27c1155f 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 ece7ac8f ef1ef2db
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]);
    }