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

Commit b3929858 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fix com.android.phone system_app_crash" am: 62ee27d1 am: 20c3419b

Original change: https://android-review.googlesource.com/c/platform/frameworks/opt/telephony/+/1587572

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I476d5be355704ffe6e1900303c3871076b5daf0b
parents 349864fc 20c3419b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -503,7 +503,7 @@ public class RadioConfig extends Handler {
     * Gets the hal capabilities from the device.
     */
    public void getHalDeviceCapabilities(Message result) {
        IRadioConfig radioConfigProxy = getRadioConfigProxy(result);
        IRadioConfig radioConfigProxy = getRadioConfigProxy(Message.obtain(result));
        if (radioConfigProxy != null
                && mRadioConfigVersion.greaterOrEqual(RADIO_CONFIG_HAL_VERSION_1_3)) {
            android.hardware.radio.config.V1_3.IRadioConfig radioConfigProxy13 =