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

Commit 21effc86 authored by Jack Yu's avatar Jack Yu
Browse files

Code clean up

Remove database version 1~11 support since the format hasn't changed
in the past 7 years.

Bug: 135956699
Test: Manual
Change-Id: I367124471f16073bb47a31c094d161d36969acc1
parent ca7ad250
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -4154,20 +4154,6 @@ public final class Telephony {
         */
        public static final String CID = "cid";

        /**
         * Message code. <em>OBSOLETE: merged into SERIAL_NUMBER.</em>
         * <P>Type: INTEGER</P>
         * @hide
         */
        public static final String V1_MESSAGE_CODE = "message_code";

        /**
         * Message identifier. <em>OBSOLETE: renamed to SERVICE_CATEGORY.</em>
         * <P>Type: INTEGER</P>
         * @hide
         */
        public static final String V1_MESSAGE_IDENTIFIER = "message_id";

        /**
         * Service category which represents the general topic of the message.
         * <p>
+2 −1
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ public final class SmsCbMessage implements Parcelable {
                + (mEtwsWarningInfo != null ? (", " + mEtwsWarningInfo.toString()) : "")
                + (mCmasWarningInfo != null ? (", " + mCmasWarningInfo.toString()) : "")
                + ", maximumWaitingTime=" + mMaximumWaitTimeSec
                + ", received time=" + mReceivedTimeMillis
                + ", slotIndex = " + mSlotIndex
                + ", geo=" + (mGeometries != null
                ? CbGeoUtils.encodeGeometriesToString(mGeometries) : "null")