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

Commit feb2b8c0 authored by Yorke Lee's avatar Yorke Lee Committed by Android (Google) Code Review
Browse files

Merge "Add Calls.TRANSCRIPTION to CallLog (2/2)" into lmp-dev

parents ab458a18 7a5e5726
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23963,6 +23963,7 @@ package android.provider {
    field public static final int PRESENTATION_PAYPHONE = 4; // 0x4
    field public static final int PRESENTATION_RESTRICTED = 2; // 0x2
    field public static final int PRESENTATION_UNKNOWN = 3; // 0x3
    field public static final java.lang.String TRANSCRIPTION = "transcription";
    field public static final java.lang.String TYPE = "type";
    field public static final int VOICEMAIL_TYPE = 4; // 0x4
    field public static final java.lang.String VOICEMAIL_URI = "voicemail_uri";
+6 −0
Original line number Diff line number Diff line
@@ -264,6 +264,12 @@ public class CallLog {
         */
        public static final String VOICEMAIL_URI = "voicemail_uri";

        /**
         * Transcription of the call or voicemail entry. This will only be populated for call log
         * entries of type {@link #VOICEMAIL_TYPE} that have valid transcriptions.
         */
        public static final String TRANSCRIPTION = "transcription";

        /**
         * Whether this item has been read or otherwise consumed by the user.
         * <p>