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

Commit 8822bd5c authored by Jack Yu's avatar Jack Yu Committed by Android (Google) Code Review
Browse files

Merge "Fixed that email import did not work"

parents 157f10ba a62d7238
Loading
Loading
Loading
Loading
+353 −150

File changed.

Preview size limit exceeded, changes collapsed.

+8 −0
Original line number Diff line number Diff line
@@ -138,6 +138,14 @@ public class AdnRecord implements Parcelable {
        return mAlphaTag;
    }

    public int getEfid() {
        return mEfid;
    }

    public int getRecId() {
        return mRecordNumber;
    }

    public String getNumber() {
        return mNumber;
    }