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

Commit 303aa3d8 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "New SIMINFO DB columns for phone number"

parents eaa2a701 23005a10
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -5374,5 +5374,21 @@ public final class Telephony {
        */
        public static final String COLUMN_NR_ADVANCED_CALLING_ENABLED =
                "nr_advanced_calling_enabled";

        /**
         * TelephonyProvider column name for the phone number from source CARRIER
         *
         * @hide
         */
        public static final String COLUMN_PHONE_NUMBER_SOURCE_CARRIER =
                "phone_number_source_carrier";

        /**
         * TelephonyProvider column name for the phone number from source IMS
         *
         * @hide
         */
        public static final String COLUMN_PHONE_NUMBER_SOURCE_IMS =
                "phone_number_source_ims";
    }
}