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

Commit 7b17636d authored by Sangyun Yun's avatar Sangyun Yun Committed by Android (Google) Code Review
Browse files

Merge "Fix minimum ril hal version required by getSystemSelectionChannels" into main

parents 218e04b0 f021ef35
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1559,7 +1559,7 @@ public class RIL extends BaseCommands implements CommandsInterface {
    public void getSystemSelectionChannels(Message result) {
        RadioNetworkProxy networkProxy = getRadioServiceProxy(RadioNetworkProxy.class);
        if (!canMakeRequest("getSystemSelectionChannels", networkProxy, result,
                RADIO_HAL_VERSION_1_4)) {
                RADIO_HAL_VERSION_1_6)) {
            return;
        }