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

Commit 2fcd114e authored by Jordan Liu's avatar Jordan Liu
Browse files

Fix import of IRadioConfigIndication

V1_0 should be V1_2

Bug: 117805040
Test: manual
Change-Id: I71c76fa05bba8ae54769eb647aa5e80e39d15ec9
parent 805b5ca6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

package com.android.internal.telephony;

import android.hardware.radio.config.V1_0.IRadioConfigIndication;
import android.hardware.radio.config.V1_2.IRadioConfigIndication;
import android.os.AsyncResult;
import android.telephony.Rlog;