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

Commit f5c8d7e5 authored by Taesu Lee's avatar Taesu Lee
Browse files

Fix a mistake caused by rebasing



Test: no needed

Change-Id: I6bd6e773d0d75b63dd8add963c745ba475dd657a
Signed-off-by: default avatarTaesu Lee <taesu82.lee@samsung.com>
parent 2a2c9c77
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -551,9 +551,6 @@ public class SmsController extends ISmsImplBase {
        }
    }

    /**
     * Triggered by `adb shell dumpsys isms`
     */
    @Override
    public String getSmscAddressFromIccEfForSubscriber(int subId, String callingPackage) {
        IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
@@ -579,6 +576,9 @@ public class SmsController extends ISmsImplBase {
        }
    }

    /**
     * Triggered by `adb shell dumpsys isms`
     */
    @Override
    protected void dump(FileDescriptor fd, PrintWriter pw, String[] args) {
        if (!checkDumpPermission(mContext, LOG_TAG, pw)) {