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

Commit fc11b643 authored by Yorke Lee's avatar Yorke Lee Committed by Android Git Automerger
Browse files

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

* commit '9abe5673818acbcf6b2313a2ebbf64c062eb41b2':
  Add Calls.TRANSCRIPTION to CallLog (2/2)
parents 04532969 feb2b8c0
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>