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

Commit 697795fc authored by Serik Beketayev's avatar Serik Beketayev Committed by Android (Google) Code Review
Browse files

Merge "GetFullCapabilitySet use Radio HAL version instead of RadioConfig"

parents ca70f36f 4dff78da
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -182,7 +182,7 @@ public class RadioConfigProxy {
     * @return Set string capabilities
     */
    public Set<String> getFullCapabilitySet() {
        return RILUtils.getCaps(mRadioConfigHalVersion, false);
        return RILUtils.getCaps(mRadioHalVersion, false);
    }

    /**