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

Commit aefb64fe authored by Shuo Qian's avatar Shuo Qian Committed by android-build-merger
Browse files

Merge "Add string conversion support for RIL_UNSOL_EMERGENCY_NUMBER_LIST"

am: 987e032f

Change-Id: I9d1804383a08449e24fb8a364cf1e059a1bcfcdd
parents bc75b441 987e032f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5674,6 +5674,8 @@ public class RIL extends BaseCommands implements CommandsInterface {
                return "RIL_UNSOL_KEEPALIVE_STATUS";
            case RIL_UNSOL_PHYSICAL_CHANNEL_CONFIG:
                return "RIL_UNSOL_PHYSICAL_CHANNEL_CONFIG";
            case RIL_UNSOL_EMERGENCY_NUMBER_LIST:
                return "RIL_UNSOL_EMERGENCY_NUMBER_LIST";
            default:
                return "<unknown response>";
        }