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

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

Merge "Add TRANSCRIPTION column to Calls table" into lmp-dev

parents 25885ecb 9f411057
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -25581,6 +25581,7 @@ package android.provider {
    field public static final java.lang.String NUMBER = "number";
    field public static final java.lang.String SOURCE_DATA = "source_data";
    field public static final java.lang.String SOURCE_PACKAGE = "source_package";
    field public static final java.lang.String TRANSCRIPTION = "transcription";
  }
}
+6 −0
Original line number Diff line number Diff line
@@ -187,6 +187,12 @@ public class VoicemailContract {
         * <P>Type: TEXT</P>
         */
        public static final String MIME_TYPE = "mime_type";
        /**
         * The transcription of the voicemail entry. This will only be populated if the voicemail
         * entry has a valid transcription.
         * <P>Type: TEXT</P>
         */
        public static final String TRANSCRIPTION = "transcription";
        /**
         * Path to the media content file. Internal only field.
         * @hide